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

TVersionStringFileInfo

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

Language dependent part of version information

Declaration

Source position: versiontypes.pp line 105

type TVersionStringFileInfo = class end;

protected

  function GetCount;

  function GetItem();

  procedure SetItem();

public

  constructor Create;

  destructor Destroy; override;

  

Destroys the object

  procedure Add();

  

Adds a new string table

  procedure Clear;

  

Deletes all string tables in the list

  procedure Delete();

  

Deletes a string table

  property Count: Integer; [r]

  

The number of string tables in the object

  property Items: TVersionStringTable; default; [rw]

  

Indexed array of string tables in the object

Inheritance

TVersionStringFileInfo

  

Language dependent part of version information

|

TObject

Description

This class represents the language dependent part of version information.

It is a list of TVersionStringTable objects, each representing information for a specific language-codepage combination.

See also

TVersionResource

  

Version information resource type

TVersionResource.StringFileInfo

  

Language dependent part of version information

TVersionStringTable

  

Version information for a specific language-codepage combination


Documentation generated on: Nov 14 2015