Converts a string containing reserved HTML Entity references to a string using HTML reserved characters.
function StrHtmlDecode( const AStr: String ): String;
Parameters |
Description |
AStr |
String contain HTML Entity references to be converted. |
String - String containing HTML reserved characters.
StrHtmlDecode is a String function that converts a string containing reserved HTML Entity references to a string using HTML reserved characters. StrHtmlDecode will convert the following HTML Entity references to their HTML reserved character representation:
-------- -
|
& & |
< < |
> > |
" " |
Use StrHTMLEncode to convert a string containing HTML reserved characters to their HTML Entity reference representation.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |