Datasnap.DataBkr.TRemoteDataModule.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TRemoteDataModule(System::Classes::TComponent* AOwner);
/* TDataModule.CreateNew */ inline __fastcall virtual TRemoteDataModule(System::Classes::TComponent* AOwner, int Dummy) : TProviderDataModule(AOwner, Dummy) { }

Description

Creates a remote data module instance.

Most applications do not need to call the constructor for TRemoteDataModule. Instead, add a remote data module to a server application using the Remote Data Module Wizard on the multi-tier page of the new items dialog.

AOwner specifies the component that is responsible for freeing the remote data module (typically the application).

See Also