Datasnap.DSPlatform.TDBXServerComponent.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); overload; override;
constructor Create; reintroduce; overload; virtual;

C++

__fastcall virtual TDBXServerComponent(System::Classes::TComponent* AOwner)/* overload */;
__fastcall virtual TDBXServerComponent()/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDBXServerComponent

Description

Creates an instance of the Datasnap.DSPlatform.TDBXServerComponent class.

Call the Create constructor to create an instance of the Datasnap.DSPlatform.TDBXServerComponent class. Create has two overloads.

The first Create overload accepts an AOwner parameter specifying the component that owns the Datasnap.DSPlatform.TDBXServerComponent instance.

The second Create overload is virtual and nils the owner component of the Datasnap.DSPlatform.TDBXServerComponent instance.