Thread
:
System Requirement Page
View Single Post
#
1
04-10-2016, 20:58
Razor12911
Noob
Join Date: Jul 2012
Location: South Africa
Posts: 3,761
Thanks: 2,192
Thanked 11,242 Times in 2,318 Posts
function HWREQ_CompareWindows(): Boolean;
var
S: String;
begin
RegQueryStringValue(HKLM,'SOFTWARE\Microsoft\Windo ws NT\CurrentVersion','CurrentBuildNumber',S);
Result:= StrToInt(S) >= {#WinBuild};
end;
The Following User Says Thank You to Razor12911 For This Useful Post:
gatosky1620
(07-10-2016)
Sponsored Links
Razor12911
View Public Profile
Find all posts by Razor12911