RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.PostClick Method

Determines the action that takes place when an OnPostClick event occurs.

Pascal
procedure PostClick(Button: TMPBtnType); dynamic;
C++
__fastcall PostClick(TMPBtnType Button);

PostClick is the implementation method for the OnPostClick event. By default, PostClick does nothing other than call any event handler attached to the media player's OnPostClick event. PostClick can be overridden in descendant types to customize responses to clicks. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!