RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.GetIteratorIndex Method

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

Pascal
function GetIteratorIndex: Integer;
C++
__fastcall int GetIteratorIndex();

Adapters may support multiple data records. For example, TDataSetAdapter provides access to the records in a dataset. GetIteratorIndex calls ImplGetIteratorIndex

 

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