RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.Encoding Property

Indicates the character set that the XML document uses to encode characters.

Pascal
property Encoding: DOMString;
C++
__property DOMString Encoding;

Encoding is the encoding name that appears in the document type declaration of the XML document. It is a string such as 'UTF-8', 'UTF-16', or 'ISO-10646-UCS-2' that indicates the character set used in the document. 

 

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