RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IEnumActionFieldValueRecords.InIterator Property

Indicates whether the request is explicitly positioned on an adapter record.

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

Read InIterator to determine whether the request is currently iterating over the records of information. InIterator is first set to true when you call the GetFirstRecord method to position the request on the first record. It remains true until you position the request on the last record (until the EOF property becomes true) or until you call the EndIterator method to stop iterating.

Note: In the degenerate case where RecordCount is 0, InIterator is always false, even after a call to GetFirstRecord.
 

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