Soap.SOAPPasInv.TSoapPascalInvoker.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSoapPascalInvoker();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

Frees the memory associated with the TSoapPascalInvoker object.

Do not call Destroy directly in an application. Instead, call Free, which checks that the invoker component is not nil before calling Destroy.

See Also