DataClass

Declaration: TIlabTrnDataSet.DataClass [idx: integer]: integer;
The array property DataClass returns the class of the data point specified by the parameter idx (valid range: 1..NDataPoints). If you try to access a non-existent data point (i.e. if the idx is less than 1 or greater than NDataPoints) the call will be ignored on write or return a zero value on read.