RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
xmldom.GetDOMVendor Function

Returns the TDOMVendor object for a specified DOM vendor.

Pascal
function GetDOMVendor(VendorDesc: string): TDOMVendor;
C++
TDOMVendor GetDOMVendor(AnsiString VendorDesc);

Call GetDOMVendor to obtain the TDOMVendor object that represents a registered DOM implementation. You can then assign this return value as the DOMVendor property of TXMLDocument, or call this object's DOMImplementation method to access the IDOMImplementation interface for the DOM implementation. 

VendorDesc is the descriptive string that identifies the particular DOM implementation that is desired. This is the value returned by the TDOMVendor object's Description method. 

 

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