IDmDataSource.RecordCount

Fore Syntax

RecordCount: Integer;

Fore.NET Syntax

RecordCount: integer;

Description

The RecordCount property returns the number of records in the data source.

Comments

To get data from the source, use the IDmDataSource.Item property.

NOTE. On working with the table data source, RecordCount always returns 0.

Fore and Fore.NET Examples

The property use is given in the example for IDmClusteringDetails.CategoriesCount.

See also:

IDmDataSource