RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.NextIteration Method

Implements IIteratorSupport's NextIteration method.

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

IIteratorSupport is used to enumerate the list of commands supported by this adapter action. Most adapter actions have a single command. TAdapterGotoPageAction is an example of an adapter action that supports multiple commands. NextIterations returns the result of ImplNextIteration

 

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