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

TLinkList.Last

Last item in the doubly linked list.

Declaration

Source position: lazlinkedlist.pas line 47

public property TLinkList.Last : TLinkListItem
  read FLast;

Description

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.

See also

TLinkList.AddAsLast

  

Configures and adds the specified item as the terminal node for the doubly linked list.


Version 4.0 Generated 2025-05-03 Home