RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplInIterator Method

Implements IIteratorIndex's InIterator to support iterating over the data records of the adapter.

Pascal
function ImplInIterator: Boolean; virtual;
C++
virtual __fastcall Boolean ImplInIterator();

Adapters may support multiple records. For example, TDataSetAdapter provides access to the records in a dataset. ImplGetInIterator returns the value of the iteration flag. The iteration flag is set to true by TCustomAdapter's ImplStartIterator method. 

 

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