System.Bindings.Manager.TBindingManager.Managers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Managers[Index: Integer]: TBindingManager read GetManagers;

C++

__property TBindingManager* Managers[int Index] = {read=GetManagers};

Properties

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

Description

The submanagers owned by this manager.

The Managers property provides access to the submanagers owned by this manager. These submanagers can be added or removed only when a submanager is created or destroyed.

See Also