[Overview][Resource strings][Types][Classes][Index] |
Array of values in the object, accessed by key
Source position: versiontypes.pp line 99
public property TVersionStringTable.Values[Key: string] : string |
This property can be used to retrieve the value of an item when the corresponding key is known.
If you need to iterate over all values of the string table, use ValuesByIndex instead.
If the key is not found, an EKeyNotFoundException exception is raised.
|
Indexed array of keys in the object |
|
|
Indexed array of values in the object |