Soap.WSDLItems.IWSDLLookup.Contains

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Contains(const URLLocation: string): Boolean;

C++

virtual bool __fastcall Contains(const System::UnicodeString URLLocation) = 0 ;

Eigenschaften

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

Beschreibung

Prüft, ob ein URL in der Kollektion gespeichert ist.

Contains gibt True zurück, wenn die Konstante URLLocation in der Kollektion gespeichert ist, andernfalls False.