[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPObjectList.Destroy

Clears the list and destroys the list instance

Declaration

Source position: contnrs.pp line 45

public destructor TFPObjectList.Destroy; override;

Description

Destroyclears the list, freeing all objects in the list if OwnsObjectsis True.

See also

TFPObjectList.OwnsObjects

  

Should the list free elements when they are removed.

TObjectList.Create

  

Create a new object list.