Determines if one version is newer than another
Source position: fileinfo.pp line 126
function NewerVersion( |
Q1: TVersionQuad; |
Q2: TVersionQuad |
):Boolean; |
V1: TProgramVersion; |
V2: TProgramVersion |
):Boolean; |
V1: string; |
V2: string |
):Boolean; |
Q1 |
|
First version quad to compare |
Q2 |
|
Second version quad to compare |
Returns True if the first version is newer
V1 |
|
First version to compare |
V2 |
|
Second version to compare |
V1 |
|
First version to compare |
V2 |
|
Second version to compare |
NewerVersion compares two version values and returns True if the first version is newer than the second. Supports TVersionQuad, TProgramVersion, and string parameters.
|
Compares two version quad arrays |
|
|
Compares two program version records |