RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCRemoteDataModule.Create Constructor

The Create method creates a remote data module instance.

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

Do not use the contstructor 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).  

 

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