System.Bindings.Manager.TBindingManager.ManagerList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ManagerList: TManagerList read FManagers;

C++

__property System::Generics::Collections::TList__1<TBindingManager*>* ManagerList = {read=FManagers};

Properties

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

Description

Stores the submanagers of this manager.

The ManagerList property stores the submanagers of this manager. ManagerList can be used by descendant classes to have extensive control over the submanagers.

See Also