[Overview][Resource strings][Types][Classes][Index] Reference for unit 'versiontypes' (#fcl-res)

TVersionStringTable.ValuesByIndex

Indexed array of values in the object

Declaration

Source position: versiontypes.pp line 98

public property TVersionStringTable.ValuesByIndex[index: Integer] : string
  read GetValue
  write SetValue;

Description

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.

See also

TVersionStringTable.Keys

  

Indexed array of keys in the object

TVersionStringTable.Values

  

Array of values in the object, accessed by key


Documentation generated on: May 14 2021