TFPSMap.DataSize
Size (in bytes) for the data associated with keys
Declaration
Source position: fgl.pp line 289
public Property
  DataSize : Integer;
Description
DataSize is the size (in bytes) for the data in the map. This size is initialized during list construction and defaults to the size of a pointer.
See also
| Name | Description | 
|---|---|
| Integer | A signed 16-bits integer | 
| TFPSMap.Create | Create a new map with given key and data size. | 
| TFPSMap.Data | Indexed access to the locations of all data items | 
| TFPSMap.KeyData | Access to data locations using key | 
| TFPSMap.Keys | Indexed access to the locations of all keys | 
| TFPSMap.KeySize | Size (in bytes) for the key |