Datasnap.DSSession.TDSTunnelService.SetDSPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDSPort(APort: Integer);

C++

void __fastcall SetDSPort(int APort);

Properties

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

Description

Sets the value of the DSPort property.

Call the SetDSPort method to set the value of the DSHostname property to the value of the APort parameter.

See Also