Skip to main content

TdxDockRow.DeleteCol(Integer) Method

Destroys the dock column of a particular toolbar control.

Declaration

procedure DeleteCol(AIndex: Integer); overload;

Parameters

Name Type
AIndex Integer

Remarks

The first overloaded variant of this method allows you to destroy the dock column of the bar control specified by ABarControl.

The second overloaded variant of this method allows you to destroy the dock column whose index in the Cols collection is specified by AIndex.

After the DeleteCol method has been called, items in the Cols collection are renumbered.

See Also