IsNT function
System Infomation routines |
![]() ![]() ![]() |
acUtils
|
function IsNT: Boolean; // returns True if Windows is NT/2000
|
The IsNT function determines whether user's OS is Windows NT or compatible system (ie Windows 2000). IsNT returns True if executed on WinNT/Win2000 machine and False if executed on Win95/Win98/WinME machine.
|
|
IsNT function returns same value as WinNT property of acSystemInfo component.
|
IsWin2k, IsXP and GetOS routines; acSystemInfo component.
|