[Overview][Constants][Types][Classes][Index] |
Access to data locations using key
Source position: fgl.pp line 287
public property TFPSMap.KeyData[Key: Pointer] : Pointer |
KeyData provides access to the data items, using their key value (as pointed to by AKey) as an index. When reading a non-existent key value, Nil is returned. If the key is found, a pointer to the associated data's location is returned. When writing, the key pointed to by Key is added if it was not present, and the data data is copied from the written pointer.
|
Size (in bytes) for the data associated with keys |
|
|
Access to data locations using key |
|
|
Indexed access to the locations of all data items |
|
|
Indexed access to the locations of all keys |
|
|
Size (in bytes) for the key |