Datasnap.DSPlatform.TDBXServerComponent.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Unit: Datasnap.DSPlatform
Parent: TDBXServerComponent

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 */;

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.