Datasnap.DSCommon.TDSClientCallbackChannelManager.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSPort: string read FDSPort write FDSPort;

C++

__property System::UnicodeString DSPort = {read=FDSPort, write=FDSPort};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Specifies the connection port number.

The DSPort property specifies the number of the connection port. DSPort is used in DBXConnectionProperties, where it is set as TDBXPropertyNames.Port in the returned properties.

See Also