Vcl.MPlayer.TMediaPlayer.PostClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PostClick(Button: TMPBtnType); dynamic;

C++

DYNAMIC void __fastcall PostClick(TMPBtnType Button);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

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

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.

See Also