RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.UnRegisterDOMVendor Function

Unregisters a DOM implementation that was registered using RegisterDOMVendor .

Pascal
procedure UnRegisterDOMVendor(const Vendor: TDOMVendor);
C++
UnRegisterDOMVendor(const TDOMVendor Vendor);

xmldom

Call UnRegisterDOMVendor to unregister a DOM implementation when it is no longer available. After unregistering a DOM implementation, it can't be used by TXMLDocument for parsing XML documents. 

Vendor is the TDOMVendor descendant the represents the DOM implementation that is to be unregistered. It must be the same object used when registering the DOM implementation when you called RegisterDOMVendor

 

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