RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.EndIterator Method

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

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

Adapters may support multiple records. For example, TDataSetAdapter provides access to the records in a dataset. EndIterator calls ImplEndIterator

 

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