Vcl.MPlayer.EMPNotify

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

Delphi

EMPNotify = procedure (Sender: TObject; Button: TMPBtnType;
var DoDefault: Boolean) of object;

C++

typedef void __fastcall (__closure *EMPNotify)(System::TObject* Sender, TMPBtnType Button, bool &DoDefault);

プロパティ

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

説明

EMPNotify は,ユーザーが TMediaPlayer コンポーネントと対話するときに応答するイベントハンドラの型です。

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

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

DoDefault は,メディアプレーヤが,イベントハンドラの完了後にデフォルトの応答をするかどうかを示します。

関連項目