RecordCount: Integer;
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.
NOTE. On working with the table data source, RecordCount always returns 0.
The property use is given in the example for IDmClusteringDetails.CategoriesCount.
See also: