TdxDockRow.AddCol(TdxBarControl) Method
Creates a dock column for the specified toolbar control.
Declaration
function AddCol(ABarControl: TdxBarControl): TdxDockCol;
Parameters
| Name | Type |
|---|---|
| ABarControl | TdxBarControl |
Returns
| Type |
|---|
| TdxDockCol |
Remarks
The AddCol method creates a dock column for the toolbar control specified by ABarControl. A new dock column is added to the Cols collection.
To destroy a particular dock column, use the DeleteCol method.
See Also