System.Bindings.Helper.TBindings.Notify

From RAD Studio API Documentation
Jump to: navigation, search

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));

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Helper.pas
System.Bindings.Helper.hpp
System.Bindings.Helper TBindings

Description

Triggers corresponding expression objects to be re-evaluated.

The Notify method triggers corresponding expression objects to be re-evaluated, given an object and a property name.

Call the Notify method with the parameters described below:

Parameter Meaning
Sender Object used in expression that should be re-evaluated.
PropName Property used in expression that should be re-evaluated.
Manager The binding manager in which the expression belongs. When Manager is left nil, AppManager is used.

See Also