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

TVersionStringTable

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Version information for a specific language-codepage combination

Declaration

Source position: versiontypes.pp line 74

type TVersionStringTable = class end;

public

  constructor Create();

  

Creates a new string table

  destructor Destroy; override;

  

Destroys the string table

  procedure Add();

  

Adds a new item to the string table

  procedure Clear;

  

Deletes all items

  procedure Delete();

  

Deletes an item

  property Name: string; [r]

  

The name of the string table

  property Count: Integer; [r]

  

The number of items in the object

  property Keys: string; [r]

  

Indexed array of keys in the object

  property ValuesByIndex: string; [rw]

  

Indexed array of values in the object

  property Values: string; default; [rw]

  

Array of values in the object, accessed by key

Inheritance

TVersionStringTable

  

Version information for a specific language-codepage combination

|

TObject

Description

This class represents version information for a specific language-codepage combination.

It is contained in a TVersionStringFileInfo object.

Information is stored as key-value pairs. The name of the string table specifies the language id - codepage to which the object applies.

There are some predefined keys that Microsoft Windows searches for. They are:

See also

TVersionStringFileInfo

  

Language dependent part of version information

TVersionStringTable.Name

  

The name of the string table

TVersionStringTable.Keys

  

Indexed array of keys in the object

TVersionStringTable.Values

  

Array of values in the object, accessed by key

TVersionStringTable.ValuesByIndex

  

Indexed array of values in the object


Documentation generated on: Nov 14 2015