[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TOrderedList.Destroy

Free an ordered list

Declaration

Source position: contnrs.pp line 139

public destructor TOrderedList.Destroy; override;

Description

Destroycleans up the internal pointer list, and removes the TOrderedListinstance from memory.

Errors

None.

See also

TOrderedList.Create

  

Create a new ordered list