System.SysUtils.TOSVersion.Platform
Delphi
class property Platform: TPlatform read FPlatform;
C++
/* static */ __property TPlatform Platform = {read=FPlatform};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TOSVersion |
Description
Represents the current platform (Windows, Mac OS).
Use this property to get the current platform. Possible values:
- Windows
- Mac OS