RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebGetFieldValues.StartValueIterator Method

Reset the iteration pointer to the first item.

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

StartValueIterator is used with NextValueIteration and EndValueIterator to loop through the values associated with an adapter field. StartValueIterator returns false if there are no 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!