Last item in the doubly linked list.
Source position: lazlinkedlist.pas line 47
public property TLinkList.Last : TLinkListItem |
Last is a read-only TLinkListItem property which represents the last (or terminal) traversal node in the doubly linked list. The value in Last is updated in methods like Unbind and AddAsLast.
|
Configures and adds the specified item as the terminal node for the doubly linked list. |
| Version 4.4 | Generated 2025-11-08 | Home |