API:Datasnap.DSClientRest.TDSRestConnection.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: Integer read FPort write FPort;

C++

__property Port;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

Specifies the port for the REST connection.

Datasnap.DSClientRest.TDSRestConnection.Port inherits from Datasnap.DSClientRest.TDSCustomRestConnection.Port. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.Port.

Specifies the port for the REST connection.

The Port property specifies the port for the DataSnap REST connection component. For example, Port can be '80'.

See Also