Datasnap.DSSession.TDSTunnelService.SetDSHostname

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDSHostname(AHostname: string);

C++

void __fastcall SetDSHostname(System::UnicodeString AHostname);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

Description

Sets the value of the DSHostname property.

Call the SetDSHostname method to set the value of the DSHostname property to the value of the AHostname parameter.

See Also