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

Declaration
function IsNT: Boolean; // returns True if Windows is NT/2000  

Description
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.  

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