API:Data.DbxSocketChannelNative.TDBXIdTCPLayer.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; override;

C++

__fastcall virtual TDBXIdTCPLayer();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Data.DbxSocketChannelNative TDBXIdTCPLayer

Beschreibung

Erstellt eine TFactoryObject-Instanz.

Data.DbxSocketChannelNative.TDBXIdTCPLayer.Create erbt von Data.DBXPlatform.TFactoryObject.Create. Der folgende Inhalt bezieht sich auf Data.DBXPlatform.TFactoryObject.Create.

Erstellt eine TFactoryObject-Instanz.

Dieser Konstruktor erstellt eine Instanz der Klasse TFactoryObject. Die Methode Create hat eine virtuelle Deklaration und d.h., dass der Konstruktor in abgeleiteten Klassen überschrieben werden kann.

Siehe auch