API:Data.DBXTransport.TDBXSocketChannelInfo.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXSocketChannelInfo

Beschreibung

Erstellt eine TDBXChannelInfo-Instanz.

Data.DBXTransport.TDBXSocketChannelInfo.Create erbt von Data.DBXTransport.TDBXChannelInfo.Create. Der folgende Inhalt bezieht sich auf Data.DBXTransport.TDBXChannelInfo.Create.

Erstellt eine TDBXChannelInfo-Instanz.

Rufen Sie Create auf, um eine TDBXChannelInfo-Instanz zu erstellen und zu initialisieren.

Siehe auch