RemoveColumn

Declaration: TDataTable.RemoveColumn (ix: integer);
The method RemoveColumn deletes the column ix of the table. The parameter ix may take any value between 1 and NrOfColumns. The size of the table is decreased by one column.