JVCL Help:TJvSimpleXML.OnEncodeStream

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the XML data is written to string, stream or file.


Pascal

 propertyOnEncodeStream: TJvSimpleXMLEncodeStreamEvent;


Description

Write a handler for this event to do special processing of the XML stream before writing it to storage. For example, use this event to convert an internal XML format to a standard encoding.
Note that if you assign a handler to this event, you should set sxoAutoEncodeValue to false in Options to prevent the default encoding of tag and attribute values.


See Also

TJvSimpleXML.OnDecodeStream


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