API:Datasnap.Win.MtsRdm.TMtsDataModule.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Datasnap.Win.MtsRdm.pas Datasnap.Win.MtsRdm.hpp
| |
| Unit: Datasnap.Win.MtsRdm | |
| Parent: TMtsDataModule | |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TMtsDataModule(System::Classes::TComponent* AOwner);
/* TDataModule.CreateNew */ inline __fastcall virtual TMtsDataModule(System::Classes::TComponent* AOwner, int Dummy) : Datasnap::Databkr::TRemoteDataModule(AOwner, Dummy) { }
Description
Creates a remote data module instance. Datasnap.Win.MtsRdm.TMtsDataModule.Create inherits from Datasnap.DataBkr.TRemoteDataModule.Create. All content below this line refers to Datasnap.DataBkr.TRemoteDataModule.Create.
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).