Xml.xmldom.TDOMVendorList.Add

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Add(const Vendor: TDOMVendor);

C++

void __fastcall Add(TDOMVendor* const Vendor);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom TDOMVendorList

Description

Adds a new DOM implementation to the end of the list.

Call Add to add a DOM vendor to the end of the list.

Vendor is an object that provides access to the IDOMImplementation interface for the new DOM vendor.

If the list already includes a DOM vendor with the same description as that supplied by Vendor, Add raises an exception.

See Also