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

TMapItem

Declaration

Source position: maps.pp line 75

type TMapItem = packed record

  Link: TMapLink;

  

  ID: TMapID;

  

end;