RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesAdapter.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 stop the process of iterating through the adapter's field's possible values. This provides the underlying support that allows server-side script to iterate through adapter field values. 

OwnerData is a pointer to adapter-specific data that can affect the way it iterates over field values. Each adapter can interpret this value in its own way. 

ImplEndIterator obtains an IWebGetFieldValues interface for the adapter field that is the value of the Field property and calls its EndValueIterator method, passing on the value of the OwnerData parameter. 

 

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