Xml.xmldom.TDOMVendorList.Remove

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Remove(const Vendor: TDOMVendor);

C++

void __fastcall Remove(TDOMVendor* const Vendor);

Properties

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

Description

Removes a specified vendor from the list.

Remove removes the specified vendor from the list.

Vendor is the DOM vendor to remove from the list. If the list does not include a vendor with the same description as this parameter, Remove does nothing.

See Also