TacWavPlayer component
Hierarchy Properties Methods Events Example See also |
The acWavPlayer component can be used for playing default system sounds, associated with some certain events, or custom Wave-Audio (*.wav) files.
|
|
The type of sound controlled by SoundType property. It could be a custom (stCustom) or standard, system sound.
|
To start playing the sound - call Play method. To terminate playing - call Stop method.
|
|
To upload a custom wave-audio file onto form - click on WaveSound property or click right mouse button on the component image and select "Upload WAV sound..." menu item.
|
To test the sound - double click on the component image.
|
Other components which stores (uploads) files onto Delphi/BCB form at design-time:
|
acFileStorage, acWavPlayer.
|