JVCL Help:TJvSimpleXML.OnDecodeStream

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 read from string, stream or file.


Pascal

 propertyOnDecodeStream: TJvSimpleXMLEncodeStreamEvent;


Description

Write a handler for this event to do special processing of the XML stream before reading it into the component. For example, use this event to convert an encoded XML file to an internal format.
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.OnEncodeStream


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