TFPSMap.Keys

Indexed access to the locations of all keys

Declaration

Source position: fgl.pp line 290

public Property
  Keys[Index: Integer]: Pointer;

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

Name Description
TFPSMap.Data Indexed access to the locations of all data items
TFPSMap.KeyData Access to data locations using key
TFPSMap.KeySize Size (in bytes) for the key