Skip to content

TList.Create

Class to manage collections of pointers.

Declaration

Source position: classesh.inc line 319

public 
  constructor Create;

Description

TList.Create creates a new instance of TList. It clears the list and prepares it for use.

See also

Name Description
TList Class to manage collections of pointers.
TList.Destroy Destroys the list and releases the memory used to store the list elements.