Vcl.MPlayer.EMPPostNotify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

typedef void __fastcall (__closure *EMPPostNotify)(System::TObject* Sender, TMPBtnType Button);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer Vcl.MPlayer

Description

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

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.

See Also