RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplNextIteration Method

Implements IIteratorSupport's NextIteration method.

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

ImplNextIteration is called by NextIteration. ImplNextIteration increments an internal iteration index. true is returned if the iteration index is within the bounds defined by ItemCount

 

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