RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.InIterator Method

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

Pascal
function InIterator: Boolean;
C++
__fastcall Boolean InIterator();

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

 

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