RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMtsDataModule.Create Constructor

Creates an MTS data module instance.

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

Most applications do not need to call the constructor for TMtsDataModule. Instead, add a remote data module to a server application using the transactional 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!