Skip to main content

TdxBarManagerList Class

Contains references to the TdxBarManager of each form that contains a TdxBarManager.

Declaration

TdxBarManagerList = class(
    TObjectList
)

Remarks

TdxBarManagerList is used in multi-form applications where several forms have their own TdxBarManager objects. TdxBarManagerList contains the list of all the bar managers available within an application. To access this list, use the dxBarManagerList global constant.

Inheritance

TObject
TList
TObjectList
TdxBarManagerList
See Also