JVCL Help:CharToHtml
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CharToHtml function
[+] JvStrToHtml.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a character to a string that can be used in a HTML document.
Pascal
run\JvStrToHtml.pas
functionCharToHtml(Ch: Char): string;
Parameters
Parameters | Description |
Ch: Char | The character to convert |
Description
CharToHTML converts Ch to a character string that can be used in a HTML document regardless of the users locale or Windows version. For example, the character '<' is converted to the string '<';
See Also
HtmlToString, StringToHtml, TJvStrToHtml
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