Item(Record: Integer; Field: Integer): Variant;
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.
To get the number of fields in the data source, use the IDmDataSource.FieldCount property; to get the number of records, use 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: