API:Soap.InvokeRegistry.TInvokableClassRegistry.GetInterfaceExternalName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function  GetInterfaceExternalName(Info: PTypeInfo; const Namespace: string; const InternalIntfName: string): InvString; overload;
function  GetInterfaceExternalName(Info: PTypeInfo; const Namespace: string): InvString; overload;
function  GetInterfaceExternalName(Info: PTypeInfo): InvString; overload;

C++

InvString __fastcall GetInterfaceExternalName(System::Typinfo::PTypeInfo Info, const System::UnicodeString Namespace, const System::UnicodeString InternalIntfName)/* overload */;
InvString __fastcall GetInterfaceExternalName(System::Typinfo::PTypeInfo Info, const System::UnicodeString Namespace)/* overload */;
InvString __fastcall GetInterfaceExternalName(System::Typinfo::PTypeInfo Info)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.