Extracts version information from the current executable
Source position: fileinfo.pp line 111
function GetProgramVersion( |
out Version: TVersionQuad |
):Boolean; |
out Version: TProgramVersion |
):Boolean; |
Version |
|
Variable to receive the extracted version information |
Returns True if version information was successfully extracted
Version |
|
Variable to receive the extracted version information |
GetProgramVersion retrieves the file version from the current executable's version resources. Returns True if version information was successfully extracted, False otherwise.
|
Low-level class for accessing version information from executable files |