Soap.WSDLItems.IWSDLLookup.AddImport

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddImport(const URLLocation, ImportURLLocation: string);

C++

virtual void __fastcall AddImport(const System::UnicodeString URLLocation, const System::UnicodeString ImportURLLocation) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems IWSDLLookup

Beschreibung

Speichert den URL eines importierten Dokuments.

Mit AddImport wird der URL eines importierten Dokuments in der Kollektion der WSDL-Dokumente der Klasse TWSDLItems gespeichert.

Siehe auch