[Overview][Constants][Types][Classes][Index] |
Indexed access to the keys in the list.
Source position: fgl.pp line 333
public property TFPGMap.Keys[Index: Integer] : TKey |
Keys provides indexed access to the key values in the list. Valid values for Index are in the range [0..Count-1]. Key values can always be read, but can only be written if the list is unsorted.
If the index AIndex is out of range [0..Count-1], an EListError exception will be raised. The same exception is raised if a key is written and the list is sorted.
|
Current element count |
|
|
Indexed access to the data in the list |
|
|
Access to data based on key |