LazUtils, docs: TXmlWriter, document xwfAllowNullCharsInAttributeValue

This commit is contained in:
Martin 2023-03-24 10:17:29 +01:00
parent 0aca3728a6
commit e00f5fc24e

View File

@ -52,6 +52,11 @@ WriteXMLFile and WriteXML routines.
</seealso>
</element>
<!-- enumeration value Visibility: default -->
<element name="TXMLWriterFlag.xwfAllowNullCharsInAttributeValue">
<short>
Enables writing encoded #0. Without this flag an error will be raised.
</short>
</element>
<element name="TXMLWriterFlag.xwfSpecialCharsInAttributeValue">
<short>
Enables writing unencoded #1..#32 (including Carriage Return) characters in attribute values. Without this flag they will be encoded to their numeric character entity &amp;xD; instead.