Datasnap.DSProxy.TDSAdminClient.GetPlatformName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPlatformName: string;

C++

System::UnicodeString __fastcall GetPlatformName();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSProxy.pas
Datasnap.DSProxy.hpp
Datasnap.DSProxy TDSAdminClient

Description

Executes the DSAdmin.GetPlatformName command.

The DSAdmin.GetPlatformName command is executed using the TDBXConnection set by the class constructor Create.

See Also