RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.EndIterator Method

Stops the TAdapterSubComponent object from iterating over the Web items it lists.

Pascal
procedure EndIterator(OwnerData: Pointer);
C++
__fastcall EndIterator(void * OwnerData);

EndIterator is part of the support that allows server-side script to use an enumerator to iterate over all the child items in the collection. This method is called when the enumeration stops. In TAdapterSubComponent, EndIterator does nothing. This method exists only as a backstop for the standard call made from server-side script. 

OwnerData is a pointer to object-specific information returned by the last call to the StartIterator or NextIteration method. TAdapterSubComponent does not use the OwnerData parameter. 

 

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