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