DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


ColName

Declaration: TDataTable.ColName [ix: longint]: string;
The property ColName serves to define a short identifier for each column of the table. This identifier can hold a maximum of MaxNameDTWidth characters (currently 50). The parameter ix specifies the number of the column.

Hint: The default values of the column names after the initialization are "C-#", with # being the corresponding column number.