API:Data.DbxHTTPLayer.TDBXHTTPLayer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TDBXHTTPLayer();

Properties

Type Visibility Source Unit Parent
constructor public
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDBXHTTPLayer

Description

Creates a TFactoryObject instance.

Data.DbxHTTPLayer.TDBXHTTPLayer.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