JVCL Help:EntityDecode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Decodes XML entities

run\JvSimpleXml.pas


Pascal

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


Parameters

Parameters Description
const S: string The string with entities to decode

run\JvSimpleXml.pas


Return Value

The decoded string

run\JvSimpleXml.pas


Description

Decodes XML entities (', ", <, > and &) into their corresponding characters (', ", <, > and &)

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