Data.Bind.Components.TCommonBindComponent.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
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCommonBindComponent


説明

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

Notification メソッドをアプリケーション内で呼び出してはいけません。Notification は、AComponent で指定されたコンポーネントが、Operation で指定された操作(挿入または削除)を受けようとするときに自動的に呼び出されます。 デフォルトでは、コンポーネントは、所有するコンポーネントがある場合に、それに通知を渡します。

関連項目