API:System.Bindings.ManagerDefaults.TBindingManagerDefault

Delphi
TBindingManagerDefault = class(TBindingManager, IBindingNotification)
C++
class PASCALIMPLEMENTATION TBindingManagerDefault : public System::Bindings::Manager::TBindingManager
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | System.Bindings.ManagerDefaults.pas System.Bindings.ManagerDefaults.hpp |
System.Bindings.ManagerDefaults | System.Bindings.ManagerDefaults |
Description
Manages all the binding expressions and notifies them of changes in the objects that are contained by the expressions. {{#multireplace:System.Bindings.ManagerDefaults.TBindingManagerDefault|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Bindings.Manager.TBindingManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Bindings.Manager.TBindingManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Manages all the binding expressions and notifies them of changes in the objects that are contained by the expressions.
The TBindingManager class manages all the binding expressions and notifies them of changes in the objects that are contained by the expressions. Managers can notify submanagers (or owned managers) about changes in objects.
For example, the application-wide manager notifies all its owned managers that a property changed in some object. In this way, all the submanagers can re-evaluate their expressions.