RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL.RecordCount Property

Returns the current count of records from the query.

Pascal
property RecordCount: Integer;
C++
__property int RecordCount;

Use the RecordCount property to see how many records are returned by a query. If the result set is to return 100 rows, RecordCount will only be 100 after all the records have been visited. That is, after looking at the first record, RecordCount is 1, and so forth. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!