JVCL Help:SimpleXMLDecode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts special XML characters to their representation

run\JvSimpleXml.pas


Pascal

 run\JvSimpleXml.pas
 procedureSimpleXMLDecode(varS: string; TrimBlanks: Boolean); deprecated;


Parameters

Parameters Description
var S: string The string to decode
TrimBlanks: Boolean If true, the blanks will also be removed from the string

run\JvSimpleXml.pas


Description

Special characters are those: &, <, >, ', ", t#???.

run\JvSimpleXml.pas


See Also

SimpleXMLEncode

run\JvSimpleXml.pas


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