RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IEnumActionFieldValueRecords.GetNextRecord Method

Repositions the request on the next record.

Pascal
function GetNextRecord: Boolean;
C++
__fastcall Boolean GetNextRecord();

Call GetNextRecord to move to the next record of the request. After a call to GetNextRecord, if you obtain an IActionFieldValues interface for the request, it will extract the field values for the next record. 

GetNextRecord returns true if it successfully positions the request on the next record. GetNextRecord returns false if it is unable to position the request on the next record. When GetFirstRecord returns false, the value of the InIterator property is false, and the value of the EOF property is true. 

 

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