Location: Symbol Reference > Classes > TJwWindowsVersion Class > TJwWindowsVersion Methods > TJwWindowsVersion.IsWindowsVista Method
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwWindowsVersion.IsWindowsVista Method
Pascal
class function IsWindowsVista(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.  

IsWindowsVista 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)

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

Currenty 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!