RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.DOMVendors Variable

Lists all registered DOM Vendors.

Pascal
DOMVendors: TDOMVendorList;
C++
TDOMVendorList DOMVendors;

Use DOMVendors to determine all the DOM implementations currently registered with an application. For example, you can iterate through the Vendors property to obtain each registered TDOMVendor object, which can then be used to extract its IDOMImplementation interface or a descriptive string. Any of the TDOMVendor objects in the list can be assigned as the DOMVendor property of an XML document component. 

Do not add or delete vendors using this global variable: Instead, add and remove vendors by calling the RegisterDOMVendor or UnRegisterDOMVendor procedure. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!