RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemoteDataModule.Create Constructor

Creates a remote data module instance.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TRemoteDataModule(TComponent * AOwner);

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). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!