Show: Delphi
C++
Display Preferences
Datasnap.DataBkr.TRemoteDataModule.Create
From XE2 API Documentation
Delphi
constructor Create(AOwner: TComponent); override;
C++
__property Datasnap::Provider::TCustomProvider* Providers[const System::UnicodeString ProviderName] = {read=GetProvider}; };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Datasnap.Databkr.pas Datasnap.DataBkr.hpp |
Datasnap.DataBkr | TRemoteDataModule |
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).