RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IIteratorIndex Interface

IIteratorIndex is the interface that indicates where an object is positioned when it is iterating over its subitems.

Pascal
IIteratorIndex = interface;
C++
__interface IIteratorIndex;

SiteComp

Server-side script uses the IIteratorIndex interface to detect when an object is in the middle of an enumeration, and if it is, to determine the item on which the object is positioned. This interface is used in conjunction with the IIteratorSupport interface to enable server-side script to iterate over the items of an adapter or one of its sub-components.

Note: In C++, method declarations that use IIteratorIndex use the _di_IIteratorIndex type instead. This type is a DelphiInterface wrapper around the IIteratorIndex interface:
Note: typedef System::DelphiInterface< IIteratorIndex > _di_IIteratorIndex;
 

 

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