Soap.InvokeRegistry.TRemotableXSClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRemotableXSClass = class of TRemotableXS;

C++

typedef System::TMetaClass* TRemotableXSClass;

Properties

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

Description

TRemotableXSClass defines the metaclass for TRemotableXS.

TRemotableXSClass is the metaclass for TRemotableXS. Its value is the class reference for TRemotableXS or for one of its descendants.

See Also