System.SysUtils.TOSVersion.Platform

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property Platform: TPlatform read FPlatform;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TOSVersion

Description

Représente la plate-forme en cours (Windows, Mac OS).

Utilisez cette propriété pour obtenir la plate-forme en cours. Valeurs possibles :

  • Windows
  • Mac OS

Voir aussi