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

TMapItem

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

Declaration

Source position: maps.pp line 76

type TMapItem = packed record

  Link: TMapLink;

  

Provides navigation to the previous and next map items in the linked list.

  ID: TMapID;

  

Represents the ID for the map item.

end;

Description

TMapItem is a packed record type with members that represent the ID in the map, and navigation for the linked list of items. Data for the map item is written immediately following the packed record structure


Version 3.2 Generated 2024-02-25 Home