IsWin2k function
System Infomation routines |
![]() ![]() ![]() |
acUtils
|
function IsWin2k: Boolean; // returns True if Win2000 or higher
|
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).
|
IsNT, IsXP and GetOS routines; acSystemInfo component.
|