Soap.InvokeRegistry.TRemotable.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TRemotable();

Properties

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

Description

Creates and initializes a TRemotable object.

The TRemotable constructor does nothing special. It exists primarily because

The remotable type registry knows how to call it.

It is virtual, so that the remotable type registry can also instantiate descendant classes.

See Also