RecordCount: Integer;
The RecordCount property returns the number of records in the data source.
To get data from the source, use the IDmDataSource.Item property.
To refresh the number of records in the data source, use the IDmDataSource.RefreshRecordCount method.
NOTE. When working with a table data source, RecordCount always returns 0.
The property use is given in the example for IDmClusteringDetails.CategoriesCount.
See also: