Datasnap.DSHTTP.TDSHTTPServer.DSHostname

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSHostname: string read FDSHostname write SetDSHostname;

C++

__property System::UnicodeString DSHostname = {read=FDSHostname, write=SetDSHostname};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServer

Description

Specifies the DataSnap server machine name.

The DSHostname property specifies the DataSnap server machine name.

See Also