Skip to content

TFPGList.GetEnumerator

Return a list enumerator for T.

Declaration

Source position: fgl.pp line 151

public 
  function GetEnumerator : TFPGListEnumeratorSpec;

Description

GetEnumerator returns an enumerator for the elements in the list. It is a specialized version of TFPGListEnumerator .

See also

Name Description
TFPGListEnumerator Generic list enumerator