Soap.WSDLBind.IDocumentationCollection.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): IDocumentation;

C++

virtual _di_IDocumentation __fastcall Insert(int Index) = 0 ;

Properties

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

Description

Inserts a new documentation node at a specific index.

Use the Insert method to add a new documentation 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