Soap.WSDLBind.IImports.Import

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Import[Index: Integer]: IImport read GetImport; default;

C++

__property _di_IImport Import[int Index] = {read=GetImport/*, default*/};

Properties

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

Description

Specifies the import node at the specified index.

Use Import to obtain the import node at the specified index.

See Also