System.SysUtils.TOSVersion.Platform
Delphi
class property Platform: TPlatform read FPlatform;
C++
/* static */ __property TPlatform Platform = {read=FPlatform};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TOSVersion |
説明
現在のプラットフォームを表します(Windows、Mac OS など)。
このプロパティを使用すると、現在のプラットフォームを取得することができます。 値の例:
- Windows
- Mac OS