Soap.WSDLBind.IDocumentationCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const Text: string): IDocumentation;

C++

virtual _di_IDocumentation __fastcall Add(const System::UnicodeString Text) = 0 ;

Properties

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

Description

Adds a new documentation node with a given text.

Use the Add method to add a new documentation node to the collection. The Text parameter specifies the actual documentation text to be added.

See Also