JVCL Help:SimpleXMLEncode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Encodes the special characters to their XML representation

run\JvSimpleXml.pas


Pascal

 run\JvSimpleXml.pas
 functionSimpleXMLEncode(constS: string): string; deprecated;


Parameters

Parameters Description
const S: string The string to encode

run\JvSimpleXml.pas


Return Value

The encoded string

run\JvSimpleXml.pas


Description

All characters outside #0-#127 will be converted along with '"','&',#39,' <' and '> '

run\JvSimpleXml.pas


See Also

SimpleXMLDecode

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