RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.GetEnumerator Method

Returns a TInterfaceList enumerator.

Pascal
function GetEnumerator: TInterfaceListEnumerator;
C++
__fastcall TInterfaceListEnumerator GetEnumerator();

GetEnumerator returns a TInterfaceListEnumerator reference, which enumerates all IInterfaces in the Interface list.  

To do so, call the TInterfaceListEnumerator GetCurrent method within a While MoveNext do loop. 

 

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