| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Clears the list and destroys the list instance
Source position: contnrs.pp line 45
| public destructor TFPObjectList.Destroy; override; | 
Destroy clears the list, freeing all objects in the list if OwnsObjects is True.
| 
 | Should the list free elements when they are removed. | |
| 
 | Create a new object list. |