Skip to main content

TdxBarManagerList.BarManagers Property

Provides indexed access to the TdxBarManager objects located on forms.

Declaration

property BarManagers[Index: TdxListIndex]: TdxBarManager read; default;

Property Value

Type
TdxBarManager

Remarks

Several forms in any application can have their own TdxBarManager objects. The BarManagers property is an indexed zero-based collection which contains the reference to these TdxBarManager objects.

See Also