[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Validates the AVL Tree and the Current item in the iterator.
Source position: maps.pp line 145
protected procedure TBaseMapIterator.Validate; |
Validate is a procedure used to validate the nodes in the AVL tree for the map, and the Current item for the iterator. Validate calls ValidateMap to check the nodes in the AVL Tree. It updates the values in Current and Invalid as the nodes are processed. Validate raises an EInvalidOperation exception if the value in Current is Nil, or the Invalid flag is set.
Version 4.0 | Generated 2025-05-03 | Home |