[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Maps' (#lazutils)

PMapItem

Pointer to a TMapItem data type.

Declaration

Source position: maps.pp line 45

type PMapItem = ^TMapItem;

Description

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.

See also

TMapItem

  

Represents the ID and order of items in the linked list for the map.

TMapLink

  

Record type used to build the linked list for items in the map.

TBaseMap

  

Implements the base class for a map for unique IDs to arbitrary data.


Version 3.2 Generated 2024-02-25 Home