Class TSndBitBtn (unit Sndbtn)

Inherits from

TBitBtn

Constructors


constructor Create(AOwner: TComponent);

Public declarations

construct TSndBitBtn



Functions

procedure Click;


destructor Destroy;

create class instance

procedure Play(Sender: TObject);

Protected declarations

method to play WaveAudio data


procedure SetSound(NewSound: TWave);


Properties

property Sound : TWave

Published declarations

Events

Variables

FSound : TWave;

Private declarations


Constructors


constructor Create(AOwner: TComponent);

Public declarations

construct TSndBitBtn


Functions


procedure Click;


destructor Destroy;

create class instance


procedure Play(Sender: TObject);

Protected declarations

method to play WaveAudio data


procedure SetSound(NewSound: TWave);


Properties


property Sound : TWave

Published declarations


Events


Variables


FSound : TWave;

Private declarations