Vcl.MPlayer.EMPPostNotify

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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