[Overview][Classes][Index] Reference for unit 'LazLinkedList' (#lazutils)

TLinkList.Destroy

Destructor for the class instance.

Declaration

Source position: lazlinkedlist.pas line 54

public destructor TLinkList.Destroy; override;

Description

Destroy calls Clear, and frees the unused items in the linked list. Destroy calls the inherited destructor prior to exiting from the method.

See also

TLinkList.Clear

  

Removes all items in the doubly linked list.

TLinkListItem.Next

  

Contains a reference to the next item in the doubly linked list.


Version 4.0 Generated 2025-05-03 Home