wavplayer Asynchronous property
Return to Introduction  Previous page  Next page
Applies to
acWavPlayer component.  

Declaration
property Asynchronous: Boolean;  

Description
The Asynchronous property controls whether sound will playing synchronously (if False) or asynchronously (if True, defauly), relatively to the main application thread. If Asynchronous is True, the sound will played asynchronously and the function returns immediately after beginning the sound, without suspending the main application thread. To terminate an asynchronously played sound, call Stop method.  

See also
Looped and SoundType properties;  
Play and Stop methods.