Soap.InvokeRegistry.TInvokableClass.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; virtual;

C++

__fastcall virtual TInvokableClass();

Properties

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

Description

Creates and initializes a TInvokableClass object.

The TInvokableClass constructor does nothing special. It exists primarily because

The TInvokableClass constructor exists primarily because

The invocation registry knows how to call it.

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

In addition, the constructor initializes the invokable class so that it can support the ISOAPHeaders interface.

See Also