Datasnap.DSClientRest.TDSCustomRestConnection.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: Integer read FPort write FPort;

C++

__property int Port = {read=FPort, write=FPort, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

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