Soap.InvokeRegistry.TRemotableTypeRegistry.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TRemotableTypeRegistry(void);

Properties

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

Description

Creates and initializes a TRemotableTypeRegistry object.

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

See Also