| Class TWavSound (unit WavSound) |
TComponent
| Constructors |
| Functions |
function GetSoundFile: String;
procedure PlaySound(const FileName: String; uFlags: word);
Procedure SetActive(Const V : boolean);
procedure SetSoundFile(const V: String);| Properties |
property Active : Boolean
property AfterPlay : TNotifyEvent
property BeforePlay : TNotifyEvent
property SoundFile : String
property SoundLoop : Boolean| Events |
| Variables |
FActive : Boolean;
FAfterPlay : TNotifyEvent;
FBeforePlay : TNotifyEvent;
FSoundFile : PString;
FSoundLoop : Boolean;| Constructors |
| Functions |
function GetSoundFile: String;
procedure PlaySound(const FileName: String; uFlags: word);Protected declarations
Procedure SetActive(Const V : boolean);
procedure SetSoundFile(const V: String);| Properties |
property Active : Boolean
property AfterPlay : TNotifyEvent
property BeforePlay : TNotifyEvent
property SoundFile : StringPublished declarations
property SoundLoop : Boolean| Events |
| Variables |
FActive : Boolean;
FAfterPlay : TNotifyEvent;
FBeforePlay : TNotifyEvent;
FSoundFile : PString;Private declarations
FSoundLoop : Boolean;