Show: Delphi
C++
Display Preferences
AdaptReq.IEnumActionFieldValueRecords.EndIterator
From XE2 API Documentation
Delphi
procedure EndIterator;
C++
virtual void __fastcall EndIterator(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | AdaptReq.pas AdaptReq.hpp |
AdaptReq | IEnumActionFieldValueRecords |
Description
Cleans up after iterating over the records in the request.
Call EndIterator when you are finished iterating over the records in the HTTP request. EndIterator performs all necessary cleanup, and sets the InIterator property to false.