Total number of items used in the doubly linked list.
Source position: lazlinkedlist.pas line 48
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. |
| Version 4.6 | Hosted on Source Forge |