Datasnap.DSPlatform.TDSPlatform.PlatformName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Unit: Datasnap.DSPlatform
Parent: TDSPlatform

Delphi

class function PlatformName: string; static;

C++

static System::UnicodeString __fastcall PlatformName();

Description

Returns the name of the operating system platform the Datasnap.DSPlatform.TDSPlatform runs on.

The PlatformName static method returns the name of the operating system platform ('win32') the Datasnap.DSPlatform.TDSPlatform runs on.

See Also