System.Bindings.Manager.TBindingManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBindingManager

Delphi

TBindingManager = class(TObject)

C++

class PASCALIMPLEMENTATION TBindingManager : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.Bindings.Manager.pas
System.Bindings.Manager.hpp
System.Bindings.Manager System.Bindings.Manager

Description

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