RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.StartIterator Method

Implements IIteratorSupport's StartIterator method.

Pascal
function StartIterator(var OwnerData: Pointer): Boolean;
C++
__fastcall Boolean StartIterator(void * OwnerData);

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. StartIterator calls ImplImplInIterator. 

 

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