Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

IEnumerable

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Interface to retrieve an enumerator from a class.

Declaration

Source position: objpash.inc line 297

type IEnumerable = interface(IInterface)

  function GetEnumerator;

  

Return an enumerator interface for this class.

end;

Inheritance

IEnumerable

  

Interface to retrieve an enumerator from a class.

|

IUnknown

  

Basic interface for all COM-based interfaces.

|

IInterface

  

Basic interface for all COM based interfaces.

Description

IEnumerable can be used to get an enumerator from a class. If a class implements IEnumerable, it can return an enumerator interface IEnumerator.

See also

IEnumerator

  

Enumerator support interface.


Documentation generated on: Jul 24 2023