API:Data.DbxSocketChannelNative.TDBXIdTCPLayer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TDBXIdTCPLayer(void);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Data.DbxSocketChannelNative TDBXIdTCPLayer

Description

Creates a TFactoryObject instance.

Data.DbxSocketChannelNative.TDBXIdTCPLayer.Create inherits from Data.DBXPlatform.TFactoryObject.Create. All content below this line refers to Data.DBXPlatform.TFactoryObject.Create.

Creates a TFactoryObject instance.

This constructor creates an instance of the TFactoryObject class. The Create method has a virtual declaration, which means the constructor can be overridden in child classes.

See Also