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. |
|