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

TLinkList.First

First item in the doubly linked list.

Declaration

Source position: lazlinkedlist.pas line 46

public property TLinkList.First : TLinkListItem
  read FFirst;

Description

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.

See also

TLinkList.Last

  

Last item in the doubly linked list.

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