Unit 'Maps' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TBaseMapIterator.Current

Current map item for the iterator.

Declaration

Source position: maps.pp line 147

protected property TBaseMapIterator.Current : PMapItem
  read FCurrent;

Description

Current is a read-only PMapItem property that contains a Pointer to the current map item for the iterator. The value in Current is updated in navigation methods for the iterator, such as: First, Next, Previous, Last, and Locate. The value in Current may also be updated in methods like Validate and ValidateMap.


Version 4.4 Generated 2025-11-08 Home