Skip to main content

TdxDockRow.Cols Property

Contains a list of rows within a dock control.

Declaration

property Cols[Index: Integer]: TdxDockCol read;

Property Value

Type
TdxDockCol

Remarks

Toolbars within a dock control can be arranged across several rows and columns. The Cols property contains a list of TdxDockCol objects which represent columns of toolbars. Use this property to access a specific column, specified by the Index parameter. The first column index is 0. The number of columns is stored in the ColCount property.

See Also