RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemoteDataModule.Destroy Destructor

Frees a remote data module instance.

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

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

If you must destroy a remote data module at runtime, call the Free method instead. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!