Vcl.ComCtrls.TCustomTabControl.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

説明

子オブジェクトの作成または破棄イベントのイベントディスパッチャです。

Notification メソッドは,Images プロパティを実装したコンポーネントが破棄されようとしていることを通知で示すかどうかをチェックし,示している場合は Images プロパティを nil (Delphi) または NULL (C++) に設定します。

関連項目