[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Language dependent part of version information
Source position: versiontypes.pp line 112
| type TVersionStringFileInfo = class | ||
| 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 | 
| 
 | The number of string tables in the object | |
| property Items []: TVersionStringTable; default; [rw] | 
 | Indexed array of string tables in the object | 
| end; | 
| 
 | Language dependent part of version information | |
| | | ||
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.
| 
 | Version information resource type | |
| 
 | Language dependent part of version information | |
| 
 | Version information for a specific language-codepage combination |