RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.ImplEndIterator Method

Provides the underlying implementation for the EndIterator method.

Pascal
procedure ImplEndIterator(OwnerData: Pointer); override;
C++
virtual __fastcall ImplEndIterator(void * OwnerData);

The EndIterator method calls ImplEndIterator to respond when server-side script stops an enumeration of the name/value pairs in this list. ImplEndIterator clears the internal data that TCustomDataSetValuesList maintains to keep track of the current record when iterating over the values in the list. 

OwnerData is a pointer to adapter-specific information returned by the last call to the StartIterator or NextIteration method. TCustomDataSetValues does not use the OwnerData parameter. 

 

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