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

Implements a manager that supports incoming change notifications.

The TBindingManagerDefault class implements a manager that supports incoming change notifications from bindable objects or other binding managers that might have further dispatched the notification.

TBindingManagerDefault implements the default behavior for binding managers.

See Also