Vcl.MPlayer.TMediaPlayer.OnNotify
Delphi
property OnNotify: TNotifyEvent read FOnNotify write FOnNotify;
C++
__property System::Classes::TNotifyEvent OnNotify = {read=FOnNotify, write=FOnNotify};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.MPlayer.pas Vcl.MPlayer.hpp |
Vcl.MPlayer | TMediaPlayer |
Description
Occurs upon the completion of a media control method.
OnNotify occurs upon the completion of a media control method (Back, Close, Eject, Next, Open, Pause, PauseOnly, Play, Previous, Resume, Rewind, StartRecording, Step, or Stop) when the Notify property is set to true before the call to the media control method. After an OnNotify event, the Notify property must be reset to true for the next OnNotify event to occur.