Attempts to convert a string to a version quad
Source position: fileinfo.pp line 120
function TryStrToVersionQuad( |
S: string; |
out Quad: TVersionQuad |
):Boolean; |
S |
|
String to parse as version quad |
Quad |
|
Variable to receive the parsed version quad |
Returns True if the string was successfully parsed
TryStrToVersionQuad parses a version string and converts it to a TVersionQuad. Returns True if the conversion was successful, False otherwise. Accepts strings in the format "major.minor.revision.build".
|
Array type for storing four-part version numbers |
|
|
Converts a string to a version quad |
|
|
Attempts to convert a string to a program version record |