Vcl.ScreenTips.TCustomScreenTipsManager.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.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

説明

所有しているすべてのコンポーネントに、通知メッセージを転送します。

この Notification メソッドを、アプリケーションでは呼び出さないでください。 Notification は、AComponent で指定されたコンポーネントが、Operation で指定されることにより挿入または削除されそうになると、自動的に呼び出されます。

関連項目