Soap.WSDLItems.TWSDLItems.GetWSDLItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetWSDLItems: TWSDLItems;

C++

TWSDLItems* __fastcall GetWSDLItems();

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Returns a reference to this TWSDLItems instance.

GetWSDLItems returns a reference to the TWSDLItems instance. This method is mostly used by code that holds an IWSDLItems interface and needs to use the methods of the object itself.

See Also