Soap.InvokeRegistry.TRemotableTypeRegistry.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TRemotableTypeRegistry();

Properties

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

Description

Frees the memory associated with the TRemotableTypeRegistry object.

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

See Also