Show: Delphi
C++
Display Preferences
AdaptReq.IEnumActionFieldValueRecords.GetFirstRecord
From XE2 API Documentation
Delphi
function GetFirstRecord: Boolean;
C++
virtual bool __fastcall GetFirstRecord(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IEnumActionFieldValueRecords |
Description
Positions the request on the first record.
Call GetFirstRecord to start iterating over the records in the HTTP request. GetFirstRecord positions the request on the first record. That is, after a call to GetFirstRecord, if you obtain an IActionFieldValues interface for the request, it will extract the field values for the first record.
GetFirstRecord returns true if it successfully positions the request on the first record and sets the InIterator property to true. GetFirstRecord returns false if it is unable to position the request on the first record. When GetFirstRecord returns false, the value of the InIterator property is false, and the value of the EOF property is true.