Reads version information from the specified file
Source position: fileinfo.pp line 78
public procedure TFileVersionInfo.ReadFileInfo; |
ReadFileInfo extracts version strings from the file specified by FileName. If no file is specified, it reads from the current executable. The extracted strings are filtered according to Filter and stored in VersionStrings.
Raises EVersionInfo if the specified translation is not found and TranslationOnly is True.
|
File name to read version information from |
|
|
Extracted version information strings |
|
|
List of version string keys to extract |
|
|
Language and code page identifier for version strings |