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