Vcl.StdCtrls.TCustomLabel.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomLabel

説明

オブジェクトが作成または破棄されるときの通知に対して応答します。

Notification は,コンポーネントが作成または破棄されると自動的に呼び出されます。Notification メソッドは継承されたメソッドを呼び出した後,FocusControl プロパティで指定されるウィンドウコントロールが破棄されようとしているかどうかを確認します。ウィンドウコントロールが破棄されようとしている場合,NotificationFocusControl プロパティを nill(Delphi)または NULL(C++)に設定します。

関連項目