Soap.InvokeRegistry.TInvokableClassRegistry.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TInvokableClassRegistry();

Properties

Type Visibility Source Unit Parent
destructor public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Frees the memory associated with the TInvokableClassRegistry object.

Do not destroy the global TInvokableClassRegistry instance that is available through the InvRegistry function. This object is freed automatically when the application unloads the InvokeRegistry unit.

See Also