RowName

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

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