API:Datasnap.DSCommonServer.TDSCustomAdmin.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomAdmin

Description

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

Datasnap.DSCommonServer.TDSCustomAdmin.Create inherits from Datasnap.DSPlatform.TDBXServerComponent.Create. All content below this line refers to Datasnap.DSPlatform.TDBXServerComponent.Create.

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.