Soap.InvokeRegistry.TRemotableTypeRegistry.GetInternalPropName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  GetInternalPropName(Info: PTypeInfo; const ExternalName: InvString): string;

C++

System::UnicodeString __fastcall GetInternalPropName(System::Typinfo::PTypeInfo Info, const System::UnicodeString ExternalName);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TRemotableTypeRegistry

Description

Renvoie le nom de la propriété sur une classe distante qui correspond à un élément XML spécifié.

Utilisez GetInternalPropName pour obtenir le nom de la propriété sur une classe distante recensée qui correspond à un élément XML spécifié. L'association entre l'élément et la propriété doit avoir été enregistrée au préalable à l'aide de la méthode RegisterExternalPropName.

Info pointe sur les informations de type de la classe distante possédant la propriété.

ExternalName est le nom d'un élément XML partie intégrante d'un type complexe défini dans un schéma XML. La classe distante identifiée par Info doit représenter le type complexe qui inclut ExternalName.

Voir aussi