Soap.SOAPPasInv.TSoapPascalInvoker.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TSoapPascalInvoker(void);
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.