Datasnap.DSProxy.TDSAdminClient.GetPlatformName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetPlatformName: string;

C++

System::UnicodeString __fastcall GetPlatformName();

Description

Executes the DSAdmin.GetPlatformName command.

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

See Also