RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.ImplGetIteratorIndex Method

Provides the underlying implementation for the GetIteratorIndex method.

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

The GetIteratorIndex method calls ImplGetIteratorIndex to obtain the current index that arises when server-side script uses an enumerator over the records of this adapter.  

GetIteratorIndex returns the value of the RecordIndex property. 

 

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