Unit 'fgl' Package
[Overview][Constants][Types][Classes][Index] [#rtl]

TFPSMap.DataSize

Size (in bytes) for the data associated with keys.

Declaration

Source position: fgl.pp line 282

public property TFPSMap.DataSize : Integer
  read FDataSize;

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

TFPSMap.Create

  

Create a new map with given key and data size.

TFPSMap.KeySize

  

Size (in bytes) for the key.

TFPSMap.Keys

  

Indexed access to the locations of all keys.

TFPSMap.KeyData

  

Access to data locations using key.

TFPSMap.Data

  

Indexed access to the locations of all data items.


Documentation generated on: Jul 24 2023