Item(Record: Integer; Field: Integer): Variant;
Item[Record: integer; Field: integer]: object;
Record. Record index.
Field. Field index.
The Item property returns value of the specified field from the data source.
Records and fields indexing is continuous and starts with zero. The number of fields in the data source is returned by the IDmDataSource.FieldCount property, the number of records is returned by the IDmDataSource.RecordCount property.
NOTE. On working with the table data source, Item always returns Null.
The property use is given in the example for IDmClusteringDetails.CategoriesCount.
See also: