|
RAD Studio VCL Reference
|
Returns the total number of records.
function GetRecordCount: Integer; virtual;
virtual __fastcall int GetRecordCount();
GetRecordCount calls the OnGetRecordCount event handler. Descendant classes may override this method. For example, TDataSetAdapter returns the number of records in the dataset.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|