System Information routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declarations
function GetOS: TacOSVersion;  
function IsNT: Boolean; // Win95/98/ME or NT/2000 ?  
function IsXP: Boolean; // WinXP-compatible or lower ?  
function IsWin2k: Boolean; // Win2000 and higher or not ?  
function IsXP: Boolean; // WinXP-compatible or lower ?  
function IsVista: Boolean; // returns True if Vista or higher  
function Is256ColorTrayIconAllowed: Boolean;  
function GetCPUSpeed: Integer; // CPU Frequency  
function IsOnline: Boolean; // Internet status - online/offline  
function IsScreenSaverRunning: Boolean; // Is the screensaver running  
function GetTempDirString; // returns path to Temp directory  
function GetSystemDirString; // path to System directory  
function GetWindowsDirString; // path to Windows directory  
function GetEnvironmentString(const St: String): String// returns value of the environment variable  
function GetSystemIconIndex(const FileName: String): Integer; // index of icon in system image list by FileName  

Description
Provides system and network information  

See also
acSystemInfo component.