Datasnap.DSHTTP.TDSHTTPService.GetServerSoftware

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServerSoftware: string; virtual;

C++

virtual System::UnicodeString __fastcall GetServerSoftware();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Returns the name of the server software.

The GetServerSoftware method returns the value of the ServerSoftware property.

See Also