RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataModule.Destroy Destructor

Frees a SOAP data module instance.

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

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

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

 

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