Data.DbxDatasnap.TDBXDatasnapProperties.Port

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Port: Integer read GetPort write SetPort default 211;

C++

__property int Port = {read=GetPort, write=SetPort, default=211};

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

Description

Specifies the port number where the DataSnap server instance listens to.

The Port property specifies the port number where the DataSnap server instance listens to. The default value is 211.

See Also