Indexed array of values in the object
Source position: versiontypes.pp line 105
public property TVersionStringTable.ValuesByIndex[index: Integer] : string |
This property can be used to access all values in the object.
Keys associated to values are stored in Keys 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. |
|
Indexed array of keys in the object |
|
|
Array of values in the object, accessed by key |