RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendorList Class

TDOMVendorList represents a collection of available DOM implementations.

Pascal
TDOMVendorList = class;
C++
class TDOMVendorList;

xmldom

TDOMVendorList is the type of the global DOMVendors variable. It represents a collection of DOM implementations (TDOMVendor objects). 

TDOMVendorList introduces a single property, Vendors, that can be used to iterate through all the DOM vendors in the collection. It also introduces methods that can be used to add, delete, or locate vendors.

Note: Do not explicitly use TDOMVendorList methods to add or delete vendors from the global DOMVendors variable. Instead, add or remove vendors from this global list by calling the global RegisterDOMVendor and UnRegisterDOMVendor procedures.
 

 

DOMVendors 

TXMLDocument 

RegisterDOMVendor 

TDOMVendor 

UnregisterDOMVendor

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!