API:Data.DBXTransport.TDBXSocketChannelInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXSocketChannelInfo

Description

Creates a TDBXChannelInfo instance.

Data.DBXTransport.TDBXSocketChannelInfo.Create inherits from Data.DBXTransport.TDBXChannelInfo.Create. All content below this line refers to Data.DBXTransport.TDBXChannelInfo.Create.

Creates a TDBXChannelInfo instance.

Call Create to create and initialize a TDBXChannelInfo instance.

See Also