Xml.xmldom.TDOMVendor.Description

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Description: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall Description() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
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