RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IEnumActionFieldValueRecords.Eof Property

Indicates whether the request is positioned on the information for the last adapter record.

Pascal
property Eof: Boolean;
C++
__property Boolean Eof;

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. 

 

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