RAD Studio VCL Reference
|
Implements IIteratorSupport's NextIteration method.
function NextIteration(var OwnerData: Pointer): Boolean;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|