System Information routines
|
![]() ![]() ![]() |
acUtils
|
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 GetTempDir: String; // returns path to Temp directory
|
function GetSystemDir: String; // path to System directory
|
function GetWindowsDir: String; // 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
|
Provides system and network information
|
acSystemInfo component.
|