TFPGListEnumerator.Create

Create a new list enumerator

Declaration

Source position: fgl.pp line 116

public 
  constructor Create(AList: TFPSList);

Description

Create is called by the list AList to initialize a new enumerator. There should be no need to call this directly.

See also

Name Description
TFPGList Generic list