Skip to main content

TdxBarManager.DockControls Property

Returns a particular dock control in a bar manager’s collection of dock controls.

Declaration

property DockControls[Index: Integer]: TdxDockControl read;

Property Value

Type
TdxDockControl

Remarks

Use the DockControls property to access a particular dock control in the current bar manager’s zero-based collection of dock controls. The Index parameter specifies the dock control to be accessed.

To get a count of the dock controls within a collection of dock controls use the DockControlCount property.

See Also