RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebGetFieldValues.EndValueIterator Method

Indicate the iteration is finished.

Pascal
procedure EndValueIterator(OwnerData: Pointer);
C++
__fastcall EndValueIterator(void * OwnerData);

EndValueIterator is used with StartValueIterator and NextValueIteration to loop through the values associated with an adapter field. EndValueIterator should be called when iteration is complete. The OwnerData parameter can be used to pass a value between the three iteration functions. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!