RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.InIterator Method

Implements IIteratorIndex's InIterator method.

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

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. InIterator calls ImplInIterator

 

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