RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.DoNotify Method

Generates an OnNotify event.

Pascal
procedure DoNotify; dynamic;
C++
__fastcall DoNotify();

DoNotify is the implementation method for a media-player component's OnNotify event. The media player's MMNotify method calls DoNotify after correcting the enabling and disabling of buttons and setting internal flags from the values passed in the notification message parameters. 

By default, DoNotify does nothing except call any event handler attached to the media player's OnNotify event. DoNotify can be overridden to provide other responses in addition to the inherited event-handler call. 

 

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