Removes the references to the previous and next items for the list item.
Source position: lazlinkedlist.pas line 29
procedure TLinkListItem.ResetItem; virtual; |
ResetItem sets the values in the Prior and Next properties to Nil.
|
Contains a reference to the previous item in the doubly linked list. |
|
|
Contains a reference to the next item in the doubly linked list. |
| Version 4.6 | Generated 2026-02-20 | Home |