System.Bindings.Helper.TBindings.Notify

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

Delphi

class procedure Notify(Sender: TObject; PropName: string = ''; Manager: TBindingManager = nil);

C++

__classmethod void __fastcall Notify(System::TObject* Sender, System::UnicodeString PropName = System::UnicodeString(), System::Bindings::Manager::TBindingManager* Manager = (System::Bindings::Manager::TBindingManager*)(0x0));

プロパティ

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

説明

該当する式オブジェクトの再評価を実行します。

Notify メソッドは、該当する式オブジェクトの再評価を、指定されたオブジェクトとプロパティ名で実行します。

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

パラメータ 意味
Sender 再評価される式で使用されるオブジェクト。
PropName 再評価される式で使用されるプロパティ。
manager 式が属するバインディング マネージャ。Managernil のままの場合、AppManager が使用されます。

関連項目