Datasnap.DSHTTP.TDSHTTPService.SetHttpPort

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPService

Delphi

procedure SetHttpPort(const Port: Word); virtual;

C++

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

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