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

TVersionStringTable.Keys

Indexed array of keys in the object

Declaration

Source position: versiontypes.pp line 97

public property TVersionStringTable.Keys[index: Integer] : string
  read GetKey;

Description

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.

See also

TVersionStringTable

  

Version information for a specific language-codepage combination

TVersionStringTable.Values

  

Array of values in the object, accessed by key

TVersionStringTable.ValuesByIndex

  

Indexed array of values in the object


Documentation generated on: May 14 2021