Datasnap.DSClientRest.TDSCustomRestConnection.Port

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Port: Integer read FPort write FPort;

C++

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

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