Soap.InvokeRegistry.TInvokableClassRegistry.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TInvokableClassRegistry(void);

Properties

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

Description

Creates and initializes a TInvokableClassRegistry object.

Do not create your own instances of TInvokableClassRegistry. Instead, use the global InvRegistry function, which provides access to a single global instance of TInvokableClassRegistry.

See Also