Skip to main content

TdxBarManager.DockControlCount Property

Returns a count of the dock controls that belong to the current bar manager.

Declaration

property DockControlCount: Integer read;

Property Value

Type
Integer

Remarks

Use the DockControlCount property to get the total number of dock controls within the bar manager’s zero-based collection of dock controls.

To access a particular dock control use the bar manager’s DockControls property.

See Also