Vcl.ComCtrls.TCustomComboBoxEx.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 TCustomComboBoxEx

説明

オブジェクトが挿入または削除されるという通知に応答します。

Notification は,AComponent パラメータに指定されたコンポーネントが挿入または削除されるときに呼び出されます。処理が挿入か削除かは,Operation パラメータで指定されます。TCustomComboBoxEx オブジェクトは,Notification オーバーライドして Images プロパティに割り当てられているイメージリストが削除されるという通知に応答します。

関連項目