[Overview][Constants][Types][Classes][Index] Reference for unit 'fgl' (#rtl)

TFPSMap.Data

Indexed access to the locations of all data items

Declaration

Source position: fgl.pp line 286

public property TFPSMap.Data[Index: Integer] : Pointer
  read GetData
  write PutData;

Description

Data provides indexed access to all data. It does not return the actual data, but returns a pointer to the data. When setting the Data property, a pointer to the data value must be set, and the data value is copied from the pointer.

See also

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


Documentation generated on: May 14 2021