System.Classes.TInterfaceList.GetEnumerator
API:System.Classes.TInterfaceList.GetEnumerator
Description
Returns a TInterfaceList enumerator.
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.