Vcl.MPlayer.EMPPostNotify

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.MPlayer.hpp Vcl.MPlayer Vcl.MPlayer

説明

EMPPostNotify は,メディアプレーヤの OnPostClick イベントハンドラの型です。

Sender は,ボタンがクリックされた TMediaPlayer コンポーネントです。

Button は,クリックしたボタンを示します。Button がとる値は,btBack,btEject,btNext,btPause,btPlay,btPrev,btRecord,btStep,btStop のいずれかです。

関連項目