RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebGetFieldValues.NextValueIteration Method

Position the iteration pointer on the next value.

Pascal
function NextValueIteration(var OwnerData: Pointer): Boolean;
C++
__fastcall Boolean NextValueIteration(void * OwnerData);

NextValueIteration is used with StartValueIterator and EndValueIterator to loop through the values associated with an adapter field. NextValueIteration returns False if there are no more values. The OwnerData parameter can be used to pass a value between the three iteration functions. 

 

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