Soap.WSDLBind.IImports.GetImport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImport(Index: Integer): IImport;

C++

virtual _di_IImport __fastcall GetImport(int Index) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind IImports

Description

Returns the import node at the specified index.

Use GetImport to obtain the import node at the specified index. GetImport is primarily used as a getter method for the Import property.

See Also