|
GetOS function
System Infomation routines |
|
| acUtils
|
| type
|
| TacOSVersion = (osUnknown, os95, os95OSR2, os98, os98SE, osNT3, osNT4, os2K, osME);
|
|
|
| function GetOS: TacOSVersion;
|
| 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.
|
| IsNT and IsWin2k functions; acSystemInfo component.
|