[Overview][Constants][Types][Classes][Index] |
Access to data based on key
Source position: fgl.pp line 335
public property TFPGMap.KeyData[AKey: TKey] : TData |
KeyData allows access to the data based on the key value AKey. The data can be read and written. When writing, writing using an existing key will overwrite the current data. If it does not exist yet, it will be created. When reading, if the key is not present, an EListError will be raised.
If the key does not exist, an EListError exception will be raised.
|
Current element count |
|
|
Indexed access to the keys in the list. |
|
|
Indexed access to the data in the list |