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

TFPSMap.Keys

Indexed access to the locations of all keys

Declaration

Source position: fgl.pp line 285

public property TFPSMap.Keys[Index: Integer] : Pointer
  read GetKey
  write PutKey;

Description

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

See also

TFPSMap.KeySize

  

Size (in bytes) for the key

TFPSMap.KeyData

  

Access to data locations using key

TFPSMap.Data

  

Indexed access to the locations of all data items


Documentation generated on: May 14 2021