RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.EndIterator Method

Implements IIteratorSupport's EndIterator method.

Pascal
procedure EndIterator(OwnerData: Pointer);
C++
__fastcall EndIterator(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. EndIterator calls ImplNextIteration

 

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