Soap.InvokeRegistry.InvString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

{
Central registry for interfaces with RTTI and the classes that implement them.
Classes that are used as parameter types in methods of interfaces are registered

C++

typedef System::UnicodeString InvString;

Properties

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

Description

InvString is the type for strings that are used to represent all or part of an encoded call on an invokable interface.

InvString is the type for encoded method calls in Web Service applications. It is used for the results of encoding an interface call or its results so that it can be transported between client and server applications.