Vcl.MPlayer.TMediaPlayer.Notification

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

Delphi

procedure Notification(AComponent: TComponent; Operation: TOperation); override;

C++

virtual void __fastcall Notification(System::Classes::TComponent* AComponent, System::Classes::TOperation Operation);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

説明

コンポーネントが挿入または除去される場合に応答します。

デフォルトでは,コンポーネントは自分が所有しているコンポーネント(もしあれば)に通知を送ります。Notification は,継承された Notification メソッドを呼び出し,Display ウィンドウが実行時に削除されている場合は,ビデオ表示を元のウィンドウに設定します。

関連項目