Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
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.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 20, 2024