Skip to content

TListEnumerator.Create

Initialize a new instance of TListEnumerator

Declaration

Source position: classesh.inc line 293

public 
  constructor Create(AList: TList);

Description

Create initializes a new instance of TListEnumerator and keeps a reference to the list AList that will be enumerated.

See also

Name Description
TList Class to manage collections of pointers.