Datasnap.DSHTTP.TDSHTTPService.ServerSoftware

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerSoftware: string read GetServerSoftware;

C++

__property System::UnicodeString ServerSoftware = {read=GetServerSoftware};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Specifies the server software.

ServerSoftware is a read-only property that specifies an ID to identify the server software. The default value is DatasnapHTTPService/2009.

See Also