| [Overview][Classes][Index] |
Total number of items used in the doubly linked list.
Source position: lazlinkedlist.pas line 48
public property TLinkList.Count : Integer |
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.
|
Configures and adds the specified item as the terminal node for the doubly linked list. |