Destructor for the class instance.
Source position: lazlinkedlist.pas line 54
public destructor TLinkList.Destroy; override; |
Destroy calls Clear, and frees the unused items in the linked list. Destroy calls the inherited destructor prior to exiting from the method.
|
Removes all items in the doubly linked list. |
|
|
Contains a reference to the next item in the doubly linked list. |
| Version 4.4 | Generated 2025-11-08 | Home |