Pointer to a TMapItem data type.
Source position: maps.pp line 45
type PMapItem = ^TMapItem; |
PMapItem is a Pointer to a TMapItem data type. PMapItem is the type used to represent the first, last, previous, and next items in a linked list. PMapItem is used in TMapLink and TBaseMap.
|
Represents the ID and order of items in the linked list for the map. |
|
|
Record type used to build the linked list for items in the map. |
|
|
Implements the base class for a map for unique IDs to arbitrary data. |
| Version 4.4 | Generated 2025-11-08 | Home |