Skip to main content

TdxDockControl.Rows Property

Provides access to the list of dock rows within the current dock control.

Declaration

property Rows[Index: Integer]: TdxDockRow read;

Property Value

Type
TdxDockRow

Remarks

Toolbars within a dock control can be arranged across several rows and columns. The Rows zero-based collection provides indexed access to the list of TdxDockRow objects which represent rows of toolbars. Use this property to access a particular dock row using its index. Use the RowCount property to obtain the total number of dock rows within the Rows collection.

See Also