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

Declaration
type  
  TacOSVersion = (osUnknown, os95, os95OSR2, os98, os98SE, osNT3, osNT4, os2K, osME);  
 
function GetOS: TacOSVersion;  

Description
The GetOS function determines the type of operation system on user's PC and returns according value.  
 
GetOS is same as OSVersion property of acSystemInfo component.  

See also
IsNT and IsWin2k functions; acSystemInfo component.