Vcl.MPlayer.TMediaPlayer.PauseOnly
Delphi
procedure PauseOnly;
C++
void __fastcall PauseOnly();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.MPlayer.pas Vcl.MPlayer.hpp |
Vcl.MPlayer | TMediaPlayer |
Description
Pauses the open multimedia device.
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.