Datasnap.DSHTTP.TDSHTTPService.ServerSoftware

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPService

Delphi

property ServerSoftware: string read GetServerSoftware;

C++

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

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