RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.PauseOnly Method

Pauses the open multimedia device.

Pascal
procedure PauseOnly;
C++
__fastcall PauseOnly();

If the device is already paused when PauseOnly is called, the device will remain paused. 

Upon completion, PauseOnly stores a numerical error code in the Error property and the corresponding error message in the ErrorMessage property. 

The Wait property determines whether control is returned to the application before the PauseOnly method has completed. The Notify property determines whether PauseOnly generates an OnNotify event. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!