System.Bindings.Helper.TBindings.CreateNotifier

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function CreateNotifier(const AObject: TObject; Manager: TBindingManager = nil): IBindingNotifier;

C++

__classmethod System::Bindings::Notifiercontracts::_di_IBindingNotifier __fastcall CreateNotifier(System::TObject* const AObject, System::Bindings::Manager::TBindingManager* Manager = (System::Bindings::Manager::TBindingManager*)(0x0));

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.Helper.pas
System.Bindings.Helper.hpp
System.Bindings.Helper TBindings

説明

式オブジェクトの再評価のトリガに使用される、バインディング通知を作成します。

CreateNotifier メソッドは、対応する式オブジェクトの再評価のトリガに使用される、バインディング通知を作成します。

CreateNotifier メソッドは、次のパラメータで呼び出します:

パラメータ 意味
AObject 再評価される式で使用されるオブジェクト。
manager 式が属するバインディング マネージャ。AppManager は、Managernil のままのときに使用されます。

CreateNotifier は、見つかった式オブジェクトのトリガに使用できる、IBindingNotifier を返します。

関連項目