SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.RecordCount
TDataSet
Top 

Indicates the total number of records associated with the dataset.

property RecordCount: Integer;

Description
As implemented in TDataSet, RecordCount is always -1. Ordinarily an application does not access RecordCount at the TDataSet level. Instead a redeclared and implemented RecordCount property in a descendant class such as TTable is accessed. RecordCount provides a fallback property for derived dataset classes that do not reimplement the property access method.


© AidAim Software SQLMemTable: In-memory Sql Database Delph