[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ensures that the map for the iterator is still valid.
Source position: maps.pp line 146
protected procedure TBaseMapIterator.ValidateMap; |
ValidateMap is a procedure used to ensure that the map class for the iterator is still valid. An EInvalidOperation exception is raised if the class instance is unassigned (contains Nil).
EInvalidOperation is raised if the map class instance is unassigned (contains Nil). Raised with the message 'Map destroyed'.
Version 4.0 | Generated 2025-05-03 | Home |