Skip to main content

TdxGanttControlSheetColumns.Remove(TdxGanttControlSheetColumn) Method

Deletes the specified column.

Declaration

procedure Remove(AItem: TdxGanttControlSheetColumn);

Parameters

Name Type
AItem TdxGanttControlSheetColumn

Remarks

Call this procedure to remove a column passed as the AItem parameter from a collection. A Remove procedure call has no effect if you pass any of the following as the parameter:

  • A column that does not belong to the collection.

  • Nil

To delete a column at a specific position, call the Delete procedure.

See Also