Datasnap.DataBkr.TCRemoteDataModule.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DataBkr.pas Datasnap.DataBkr.hpp
| |
Unit: Datasnap.DataBkr | |
Parent: TCRemoteDataModule |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TCRemoteDataModule(System::Classes::TComponent* AOwner);
/* TDataModule.CreateNew */ inline __fastcall virtual TCRemoteDataModule(System::Classes::TComponent* AOwner, int Dummy) : System::Classes::TDataModule(AOwner, Dummy) { }
Description
The Create method creates a remote data module instance.
Do not use the constructor to instantiate TCRemoteDataModule. 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).