[Overview][Resource strings][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
List of supported languages
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 |
|
The number of items in the object |
|
property Items: TVerTranslationInfo; default; [rw] |
|
Indexed array of items in the object |
|
List of supported languages |
|
| | ||
TObject |
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.
|
List of supported languages |
|
|
A language - codepage pair |