Datasnap.DSPlatform.TDSPlatform.PlatformName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function PlatformName: string; static;

C++

static System::UnicodeString __fastcall PlatformName();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDSPlatform

Beschreibung

Gibt den Namen der Betriebssystemplattform zurück, auf der Datasnap.DSPlatform.TDSPlatform ausgeführt wird.

Die statische Methode PlatformName gibt den Namen der Betriebssystemplattform ('win32') zurück, auf der Datasnap.DSPlatform.TDSPlatform ausgeführt wird.

Siehe auch