Location: Symbol Reference > Classes > TJwServerInfo Class > TJwServerInfo Methods > TJwServerInfo.IsWindows2008 Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwServerInfo.IsWindows2008 Method
Pascal
function IsWindows2008(bOrHigher: boolean = False): boolean;
Parameters 
Description 
bOrHigher: boolean = False 
defines if the return value should also be true if the system is better/higher than the requested system version.  

IsWindows2008 returns true if the system is the requested version (or higher if bOrHigher is true); otherwise false. If bOrHigher is true the return value is the result of true if (bOrHigher and (GetWindowsType > iVer)) is true; false if GetWindowsType < (requested version)

IsWindows2008 checks if the system has the version given in the function name.

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!