Location: Symbol Reference > Classes > TJwWindowsVersion Class > TJwWindowsVersion Methods > TJwWindowsVersion.IsWindows2008 Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwWindowsVersion.IsWindows2008 Method
Pascal
class function IsWindows2008(bOrHigher: boolean = False): boolean; virtual;
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. 

Currently the parameter bOrHigher has no meaning in this function! 

 

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!