Datasnap.DSPlatform.TDSPlatform.PlatformName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function PlatformName: string; static;

C++

static System::UnicodeString __fastcall PlatformName();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDSPlatform

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