Returns a TInterfaceList enumerator.
GetEnumerator returns a TInterfaceListIterator reference, which enumerates all IInterfaces in the Interface list.
To do so, call the TInterfaceListIterator GetCurrent method within a While MoveNext do loop.
Namespace: RSInterfaceCollections
Delphi |
public |
Return Value
Type: TInterfaceListIterator