Datasnap.DSSession.TDSTunnelService.SetDSPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSTunnelService

Delphi

procedure SetDSPort(APort: Integer);

C++

void __fastcall SetDSPort(int APort);

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