ClassNames

Declaration: TIlabTrnDataSet.ClassNames [idx: integer]: integer;
The array property ClassNames allows to access the name of a particular class which is specified by the parameter idx (valid range: 1..NClasses). If you assign a name to a non-existent class (i.e. if the idx is less than 1 or greater than NClasses) the call will be ignored on write or return an empty string on read.