API:Data.DBXTransport.TDBXSocketChannelInfo.Create

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

Delphi

constructor Create(const AId: NativeInt; const AInfo: string);

C++

__fastcall TDBXSocketChannelInfo(const System::NativeInt AId, const System::UnicodeString AInfo);

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXSocketChannelInfo

説明

TDBXChannelInfo インスタンスを作成します。

Data.DBXTransport.TDBXSocketChannelInfo.Create は Data.DBXTransport.TDBXChannelInfo.Create を継承しています。以下の内容はすべて Data.DBXTransport.TDBXChannelInfo.Create を参照しています。

TDBXChannelInfo インスタンスを作成します。

Create メソッドを呼び出すと、TDBXChannelInfo インスタンスを作成および初期化できます。

関連項目