ColName

Declaration: TDataTable.ColName [ix: integer]: string;
The property ColName serves to define a short identifier for each column of the data table. The parameter ix specifies the index of the column.

Hint: The default values of the column names after the initialization are the column numbers.