Vcl.DBLookup.TDBLookupCombo.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.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

説明

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

Notification は、AComponent で指定されたコンポーネントが Operation に指定されて挿入または削除されようとしているときに呼び出されます。