RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCRemoteDataModule.Destroy Destructor

Frees a remote data module instance.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TCRemoteDataModule();

Most applications do not need to call the destructor for TCRemoteDataModule. The remote data module is freed by its owner when the application shuts down.  

If you must destroy a remote data module at runtime,  

 

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