[Overview][Classes][Index] Reference for unit 'LazLinkedList' (#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.0 Generated 2025-05-03 Home