[Overview][Resource strings][Types][Classes][Index] |
Indexed array of keys in the object
Source position: versiontypes.pp line 97
public property TVersionStringTable.Keys[index: Integer] : string |
This property can be used to access all keys in the object.
Values associated to keys are stored in ValuesByIndex property: a key and its value have the same index in the two properties.
Remark: | This array is 0-based: valid elements range from 0 to Count-1. |
Note that some predefined keys do exist. See TVersionStringTable for further information.
|
Version information for a specific language-codepage combination |
|
|
Array of values in the object, accessed by key |
|
|
Indexed array of values in the object |