Skip to main content

TdxBarManager.Bars Property

Provides access to a collection of the current bar manager’s toolbars.

Declaration

property Bars: TdxBars read;

Property Value

Type
TdxBars

Remarks

The Bars property provides indexed access to the current bar manager’s collection of toolbars.

Use the methods and properties of the TdxBars class to add a toolbar to a collection and to access/change the information about the position and configuration of an individual toolbar. For instance, use the Count property to determine the total number of toolbars within a collection. A particular toolbar is specified by the Items property.

See Also