Soap.WSDLBind.IImports.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): IImport;

C++

virtual _di_IImport __fastcall Insert(int Index) = 0 ;

Properties

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

Description

Inserts a new import node at a specific index.

Use the Insert method to add a new import node to the collection. The Index parameter specifies the index where a new node will be inserted. Insert returns the newly inserted node.

See Also