Show: Delphi
C++
Display Preferences
AdaptReq.IEnumActionFieldValueRecords.Eof
From XE2 API Documentation
Delphi
property Eof: Boolean read GetEOF;
C++
__property bool Eof = {read=GetEOF};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IEnumActionFieldValueRecords |
Description
Indicates whether the request is positioned on the information for the last adapter record.
Read Eof to determine whether there are any more records of information in the HTTP request.
When Eof is true, you should call the EndIterator method to complete the iteration. When Eof is false, you can call the GetNextRecord method to position the request on a new record.