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

TVersionVarFileInfo

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

List of supported languages

Declaration

Source position: versiontypes.pp line 124

type TVersionVarFileInfo = class end;

protected

  function GetCount;

  function GetItem();

  procedure SetItem();

public

  constructor Create;

  destructor Destroy; override;

  

Destroys the object

  procedure Add();

  

Adds a new translation information item

  procedure Clear;

  

Deletes all items

  procedure Delete();

  

Deletes an item

  property Count: Integer; [r]

  

The number of items in the object

  property Items: TVerTranslationInfo; default; [rw]

  

Indexed array of items in the object

Inheritance

TVersionVarFileInfo

  

List of supported languages

|

TObject

Description

This class represents the language-codepage pairs that the program or dll supports. It can be used to avoid including several RT_VERSION resources for each language-codepage supported.

It is a list of TVerTranslationInfo records.

See also

TVersionResource.VarFileInfo

  

List of supported languages

TVerTranslationInfo

  

A language - codepage pair


Documentation generated on: Nov 14 2015