Datasnap.DSHTTP.TDSHTTPService.SetHttpPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHttpPort(const Port: Word); virtual;

C++

virtual void __fastcall SetHttpPort(const System::Word Port);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Sets the HTTP port.

The SetHttpPort method sets the value of the HttpPort property to the value specified by the Port parameter.

See Also