Datasnap.DSClientRest.TDSRestConnection.Port

From RAD Studio API Documentation

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property Port;

C++

__property Port;

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