Attempts to convert a string to a program version record
Source position: fileinfo.pp line 121
function TryStrToProgramVersion( |
const S: string; |
out Version: TProgramVersion |
):Boolean; |
S |
|
String to parse as program version |
Version |
|
Variable to receive the parsed program version |
Returns True if the string was successfully parsed
TryStrToProgramVersion parses a version string and converts it to a TProgramVersion. Returns True if the conversion was successful, False otherwise.
|
Record type for storing four-part version numbers |
|
|
Converts a string to a program version record |
|
|
Attempts to convert a string to a version quad |