System.Classes.TInterfaceList.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also