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

TMap.Add

Adds a map item with the specified ID and Data values.

Declaration

Source position: maps.pp line 166

public procedure TMap.Add(

  const AId;

  const AData

);

Arguments

AId

  

Map item to add in the method.

AData

  

Data for the map item to add in the method.


Version 3.2 Generated 2024-02-25 Home