API:System.Bindings.ManagerDefaults.TBindingManagerDefault

From RAD Studio API Documentation
Jump to: navigation, search

System.Bindings.Manager.TBindingManagerSystem.TObjectTBindingManagerDefault

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.

System.Bindings.ManagerDefaults.TBindingManagerDefault inherits from System.Bindings.Manager.TBindingManager. All content below this line refers to System.Bindings.Manager.TBindingManager.

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.

See Also