Description | |
|
Holds information about the Operating System an application is running on.
The operating system is given by the PlatformId and for Windows platforms can have the following values :
Win32NT | Windows NT or later |
Win32S | Windows 32 bit applications are run on a 16 bit platform |
Win32Wnidows | Windows 95 or later |
WinCE | WinCE.Net |
|
|
Syntax | |
|
Constructor Create ( | Platform : PlatFormId; TheVersion : Version ); |
|
Methods | |
|
| ToString | Provides Operating System information in a single string |
|
|
|
Properties | |
|
Platform | | PlatformId | | Operating System platform (see description above) |
Version | | Version | | The version of the Operating System |
|
Delphi Basics links | |
|
|
Microsoft MSDN links | |
|
|