Free an ordered list.
Source position: contnrs.pp line 149
public destructor TOrderedList.Destroy; override;
Destroy cleans up the internal pointer list, and removes the TOrderedList instance from memory.
None.
TOrderedList.Create
Create a new ordered list.