RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MPlayer.EMPPostNotify Type

EMPPostNotify is the type of a media player's OnPostClick event handler.

Pascal
EMPPostNotify = procedure (Sender: TObject; Button: TMPBtnType) of object;
C++
(Sender: TObject; Button: TMPBtnType) ( EMPPostNotify)();

MPlayer

Sender is the TMediaPlayer component whose button was clicked.  

Button indicates the button that was clicked. It can be one of the following values: btBack, btEject, btNext, btPause, btPlay, btPrev, btRecord, btStep, or btStop. 

 

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