Datasnap.DSCommon.TDSClientCallbackChannelManager.DSHostname

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSHostname: string read FDSHostname write FDSHostname;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Specifies the DataSnap server machine name.

The DSHostname property specifies the name of the DataSnap server machine. DSHostname is used in DBXConnectionProperties, where it is set as TDBXPropertyNames.DriverName in the returned properties.

See Also