[Overview][Constants][Types][Classes][Procedures and functions][Index] |
True when the iterator is at the beginning of the linked list for the map.
Source position: maps.pp line 156
public property TBaseMapIterator.BOM : Boolean |
BOM is a read-only Boolean property that indicates if the iterator is at the beginning of the linked list for the map, or the value in Current is Nil. The value in BOM is updated when navigation methods for the iterator are used, such as: First, Next, Previous, Last, and Locate.
Version 4.0 | Generated 2025-05-03 | Home |