Datasnap.DSSession.TDSRemoteSession.SocketChannel

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SocketChannel: TDBXSocketChannel read FSocketChannel write FSocketChannel;

C++

__property Data::Dbxsocketchannelnative::TDBXSocketChannel* SocketChannel = {read=FSocketChannel, write=FSocketChannel};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSRemoteSession

説明

通信チャネルを表します。

SocketChannel プロパティは、実際のリソースとともに通信チャネルを表します。

関連項目