Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDockRow.AddCol(TdxBarControl) Method

Creates a dock column for the specified toolbar control.

#Declaration

Delphi
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