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

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

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