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

TLinkList.Count

Total number of items used in the doubly linked list.

Declaration

Source position: lazlinkedlist.pas line 48

public property TLinkList.Count : Integer
  read FCount;

Description

Count is a read-only Integer property which contains the number of traversal nodes in the doubly linked list. The value in Count is updated in method 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