Soap.SOAPDm.TSoapDataModule.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSoapDataModule();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Frees a SOAP data module instance.

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.

See Also