RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplEndIterator Method

Implements IIteratorSupport's EndIterator method to support iterating over the data records of the adapter.

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

Adapters may support multiple records. For example, TDataSetAdapter provides access to the records in a dataset. ImplEndIterator sets the ItemIndex to 0 and the iterator flag to false. 

 

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