Skip to content

TFPGMap.Create

Create a new instance of the map

Declaration

Source position: fgl.pp line 327

public 
  constructor Create;

Description

Create instantiates a new map. It mainly initializes the TFPSMap parent with the sized of the key and data.

See also

Name Description
TFPSMap.Create Create a new map with given key and data size.