InvokeRegistry.InvString
From Référence RAD Studio VCL
Informations Delphi
De InvokeRegistry.pas
InvString: UnicodeString;
Unité : InvokeRegistry
Type : type
Informations C++
De InvokeRegistry.hpp
typedef System::UnicodeString InvString;
Unité : InvokeRegistry
Type : typedef
Description
InvString est le type de chaînes qui sont utilisées pour représenter tout ou partie d'un appel codé sur une interface invocable.
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.