System.SysUtils.TOSVersion.Platform

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property Platform: TPlatform read FPlatform;

C++

/* static */ __property TPlatform Platform = {read=FPlatform};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TOSVersion

Beschreibung

Repräsentiert die aktuelle Plattform (Windows, Mac OS).

Verwenden Sie diese Eigenschaft zum Ermitteln der aktuellen Plattform. Mögliche Werte:

  • Windows
  • Mac OS

Siehe auch