RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.OnNotify Event

Occurs upon the completion of a media control method.

Pascal
property OnNotify: TNotifyEvent;
C++
__property TNotifyEvent OnNotify;

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. 

 

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