RAD Studio VCL Reference
|
Frees a SOAP data module instance.
destructor Destroy; override;
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!
|