mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:09:32 +02:00
LazUtils, docs: TXmlWriter, document xwfAllowNullCharsInAttributeValue
This commit is contained in:
parent
0aca3728a6
commit
e00f5fc24e
@ -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 &xD; instead.
|
||||
|
Loading…
Reference in New Issue
Block a user