Datasnap.DSHTTP.TDSHTTPServer.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSPort: Integer read FDSPort write SetDSPort;

C++

__property int DSPort = {read=FDSPort, write=SetDSPort, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServer

Description

Specifies the DataSnap server port number.

The DSPort property specifies the DataSnap server port number.

See Also