TFPSMap.KeySize
Size (in bytes) for the key
Declaration
Source position: fgl.pp line 288
public Property
  KeySize : Integer;
Description
KeySize is the size (in bytes) for the keys 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.DataSize | Size (in bytes) for the data associated with keys | 
| TFPSMap.KeyData | Access to data locations using key | 
| TFPSMap.Keys | Indexed access to the locations of all keys |