Xml.Win.msxmldom.TMSDOMImplementationFactory.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Description: string; override;

C++

virtual System::UnicodeString __fastcall Description();

Properties

Type Visibility Source Unit Parent
function public
Xml.Win.msxmldom.pas
Xml.Win.msxmldom.hpp
Xml.Win.msxmldom TMSDOMImplementationFactory

Description

Returns a string that uniquely identifies the associated DOM implementation.

Xml.Win.msxmldom.TMSDOMImplementationFactory.Description inherits from Xml.xmldom.TDOMVendor.Description. All content below this line refers to Xml.xmldom.TDOMVendor.Description.

Returns a string that uniquely identifies the associated DOM implementation.

Description returns the name, or description, of the associated DOM implementation. This is the string that appears in the Object Inspector for a TXMLDocument object's DOMVendor property.

Description is an abstract (pure virtual) method in TDOMVendor. Descendant classes override this method to provide a unique identifier for the DOM implementation.

See Also