Unit 'LazLinkedList' Package
[Overview][Classes][Index] [#lazutils]

TLinkListItem.ResetItem

Removes the references to the previous and next items for the list item.

Declaration

Source position: lazlinkedlist.pas line 29

procedure TLinkListItem.ResetItem; virtual;

Description

ResetItem sets the values in the Prior and Next properties to Nil.

See also

TLinkListItem.Prior

  

Contains a reference to the previous item in the doubly linked list.

TLinkListItem.Next

  

Contains a reference to the next item in the doubly linked list.


Version 4.4 Generated 2025-11-08 Home