Soap.InvokeRegistry.InvStringDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

InvStringDynArray = array of InvString;

C++

typedef System::DynamicArray<System::UnicodeString> InvStringDynArray;

Properties

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

Description

InvStringDynArray is a dynamic array of InvString values.

InvStringDynArray is a dynamic array of InvString values. 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.