Soap.InvokeRegistry.TRemotableClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRemotableClass = class of TRemotable;

C++

typedef System::TMetaClass* TRemotableClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

TRemotableClass defines the metaclass for TRemotable.

TRemotableClass is the metaclass for TRemotable. Its value is the class reference for TRemotable or for one of its descendants.

See Also