RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.ImplNextIteration Method

Provides the underlying implementation for the NextIteration method.

Pascal
function ImplNextIteration(var OwnerData: Pointer): Boolean; override;
C++
virtual __fastcall Boolean ImplNextIteration(void * OwnerData);

The NextIteration method calls ImplNextIteration to move to the next name/value pair when server-side script enumerates the name/value pairs in this list. 

OwnerData is a pointer to adapter-specific information that the caller should supply to the next call to the NextIteration or EndIterator method. TCustomDataSetValues does not use the OwnerData parameter. 

ImplNextIteration returns true if it successfully moves to the next name/value pair, false if there were no more name/value pairs in the list. 

 

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