TFPSList.Destroy
Destroy the list instance.
Declaration
Source position: fgl.pp line 73
public 
  destructor Destroy;  Override;
Description
Destroy clears and cleans up the list instance. Depending on the descendant, this may also remove the items in the list from memory.
See also
| Name | Description | 
|---|---|
| TFPSList.Clear | Clear the list |