Loads version information from a file or module instance
Source position: fileinfo.pp line 47
public procedure TVersionInfo.Load( |
const Instance: THandle |
); overload; |
const AFileName: string |
); overload; |
Instance |
|
Module instance handle to load version information from |
AFileName |
|
File name to load version information from |
Load extracts version resources from the specified source. It can load from a file name or from a module instance handle. After successful loading, version information is available through the properties.
May raise exceptions if the file cannot be opened or contains invalid version resources.
|
Fixed version information structure |
|
|
String-based version information |
|
|
Variable version information containing language and code page data |