[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TList.GetEnumerator

Create an IEnumerator instance

Declaration

Source position: classesh.inc line 335

public function TList.GetEnumerator: TListEnumerator;

Description

GetEnumerator is the implementation of the IEnumerable interface for TList. It creates a TListEnumerator instance and returns it's IEnumerator interface.

See also

TListEnumerator

  

Implements IEnumerator for the TList class.

IEnumerator

  

Enumerator support interface

IEnumerable

  

Interface to retrieve an enumerator from a class.


Documentation generated on: May 14 2021