Class TWave (unit WWave32)

Inherits from

TComponent

Constructors


constructor create(aOwner : TComponent);



Functions

function Execute : boolean;


function StopSound : boolean;


destructor Destroy;


function GetResourceType : string;


function GetWaveName : string;


procedure SetResourceType(Value : string);


procedure SetWaveName(Value : string);


procedure SetWhereWave(Value : TWhereWave);


Properties

property Options : TWaveOptions


property ResourceType : string

not used in Win32 - always must be 'WAVE'.

property WaveName : string


property WhereWave : TWhereWave


Events

Variables

FOptions : word;


FPalyOptions : TWaveOptions;


FResourceType : PChar;


FWaveName : PChar;


FWhereWave : TWhereWave;



Constructors


constructor create(aOwner : TComponent);


Functions


function Execute : boolean;


function StopSound : boolean;


destructor Destroy;


function GetResourceType : string;


function GetWaveName : string;


procedure SetResourceType(Value : string);


procedure SetWaveName(Value : string);


procedure SetWhereWave(Value : TWhereWave);


Properties


property Options : TWaveOptions


property ResourceType : string

not used in Win32 - always must be 'WAVE'. Leaved for compatibility


property WaveName : string


property WhereWave : TWhereWave


Events


Variables


FOptions : word;


FPalyOptions : TWaveOptions;


FResourceType : PChar;


FWaveName : PChar;


FWhereWave : TWhereWave;