RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetIteratorIndex Method

Implements IIteratorIndex's GetIteratorIndex method.

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

IIteratorIndex and IIteratorSupport are used to iterate through the commands supported by an adapter action. Most adapter actions support a single command. TAdapterActionGotoPage is adapter action that supports multiple commands. GetIteratorIndex returns the index of the current command. GetIteratorIndex calls ImplGetIteratorIndex

 

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