InvokeRegistry.InvStringDynArray

From Référence RAD Studio VCL
Jump to: navigation, search

Informations Delphi

De InvokeRegistry.pas

	InvStringDynArray = array of string;


Unité : InvokeRegistry

Type : tableau

Informations C++

De InvokeRegistry.hpp

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


Unité : InvokeRegistry

Type : typedef

Description

InvStringDynArray est un tableau dynamique de valeurs InvString.


InvStringDynArray est un tableau dynamique de valeurs InvString. InvString correspond au type des appels de méthode codés dans des applications de services Web. Il permet de coder un appel à une interface ou ses résultats afin de pouvoir le transmettre entre des applications client et serveur.

Personal tools