[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Free an ordered list
Source position: contnrs.pp line 141
public destructor TOrderedList.Destroy; override; |
Destroy cleans up the internal pointer list, and removes the TOrderedList instance from memory.
None.
|
Create a new ordered list |