Soap.InvokeRegistry.ParameterMapItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ParameterMapItem = record

C++

struct DECLSPEC_DRECORD ParameterMapItem
{
public:
    System::UnicodeString Name;
    System::UnicodeString ExtName;
    System::UnicodeString Namespace;
    int XMLOptions;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

Description

Stores information about a parameter of a method exposed by an invokable interface.

ParameterMapItem is used by the invocation registry to store information about a parameter of a method exposed by an invokable interface.

See Also