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

TLinkList.ConsistencyCheck

Checks the validity of traversal nodes and node counts in the doubly linked list.

Declaration

Source position: lazlinkedlist.pas line 52

public function TLinkList.ConsistencyCheck: Integer;

Function result

Returns 0 when the traversal nodes and counts are valid, or a negative value an inconsistency is found.


Version 4.4 Generated 2025-11-08 Home