TdxBarManager.DockControls Property
In This Article
Returns a particular dock control in a bar manager’s collection of dock controls.
#Declaration
Delphi
property DockControls[Index: Integer]: TdxDockControl read;
#Property Value
Type |
---|
Tdx |
#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