Back to Devexpress

TdxBarManagerList Class

vcl-dxbar-4d621e90.md

latest983 B
Original Source

TdxBarManagerList Class

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

Declaration

delphi
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

TdxBarManagerList Members

dxBar Unit