Datasnap.DSCommon.TDSClientCallbackChannelManager.DSPort

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DSPort: string read FDSPort write FDSPort;

C++

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

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