RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IEnumActionFieldValueRecords.RecordCount Property

Indicates the number of records of information the request contains.

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

Read RecordCount to determine the number of records on which you can position the request. After a call to the GetFirstRecord method, this is the number of times you can call GetNextRecord before the EOF property becomes true. 

 

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