IsWin2k function
System Infomation routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function IsWin2k: Boolean; // returns True if Win2000 or higher  

Description
The IsWin2k function determines whether the current OS is Windows 2000. Funtion returns True if system is Windows 2000 or higher, and False if OS is Win95/98/NT4/ME (anything lower than Win2000).  

See also
IsNT, IsXP and GetOS routines; acSystemInfo component.