JVCL Help:TJvSimpleXMLOptions
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSimpleXMLOptions type
[+] JvSimpleXml.pas Types
Search in JVCL Help
Search in all projectsSummary
The options to apply when using the TJvSimpleXML component
Pascal
run\JvSimpleXml.pas
TJvSimpleXMLOptions = TJclSimpleXMLOptions;
Description
Value | Meaning |
sxoAutoCreate | If an element is accessed by name and it doesn't exist, it will be created |
sxoAutoIndent | Automatically adds indentation string when outputting the xml data in character form |
sxoAutoEncodeValue | Automatically encode and decode tag and attribute values when they are read from and written to persistent storage. |
sxoAutoEncodeEntity | Automatically encode and decode XML built-in entities when they are read from and written to persistent storage. Note that this value is only used when sxoAutoEncodeValue is false. |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page