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

TMapIdType

Identifies the data type used for map IDs.

Declaration

Source position: maps.pp line 32

type TMapIdType = (

  itu1,

  

1 byte unsigned value (Byte).

  its1,

  

1 byte signed value (ShortInt).

  itu2,

  

2 byte unsigned value (Word).

  its2,

  

2 byte signed value (SmallInt).

  itu4,

  

4 byte unsigned value (LongWord).

  its4,

  

4 byte signed value (LongInt).

  itu8,

  

8 byte unsigned value (QWord).

  its8,

  

8 byte signed value (Int64).

  itu16,

  

16 byte unsigned value (Low and High QWords).

  its16,

  

16 byte signed value (Low QWord and High Int64).

  itu32,

  

32 byte unsigned value (4 QWord values).

  its32

  

32 byte signed value (3 QWord values and Int64).

);

Description

TMapIdType is an enumeration type with values that identify the native data type used in map ID values. TMapIdType is used in TMapID and as an argument in the TBaseMap.Create method.

See also

TMapID

  

Represents an ID in a map association.

TBaseMap.Create

  

Constructor for the class instance.


Version 3.2 Generated 2024-02-25 Home