Destroy the list instance.
Source position: fgl.pp line 76
public destructor TFPSList.Destroy; override; |
Destroy clears and cleans up the list instance. Depending on the descendant, this may also remove the items in the list from memory.
|
Clear the list. |