Datasnap.DSCommon.TDSClientCallbackChannelManager.DSHostname

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DSHostname: string read FDSHostname write FDSHostname;

C++

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

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