Soap.InvokeRegistry.TPascalRemotableClassRegistry

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPascalRemotableClassRegistry

Delphi

TPascalRemotableClassRegistry = TRemotableTypeRegistry;

C++

typedef TRemotableTypeRegistry TPascalRemotableClassRegistry;

Properties

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

Description

TPascalRemotableClassRegistry is the type of the remotable class registry.

TPascalRemotableClassRegistry is a synonym for TRemotableTypeRegistry. It is defined for compatibility with Delphi 6.

See Also