RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.ImplGetIteratorIndex Method

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

Pascal
function ImplGetIteratorIndex: Integer; virtual;
C++
virtual __fastcall int ImplGetIteratorIndex();

ImplGetIteratorIndex returns the value ItemIndex. ItemIndex is modified by ImplStartIterator, ImplNextIteration, and ImplEndIterator

 

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