RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDOMVendor.Description Method

Returns a string that uniquely identifies the associated DOM implementation.

Pascal
function Description: string; virtual; abstract;
C++
virtual __fastcall AnsiString Description() = 0;

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. 

 

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