JVCL Help:CharToHtml

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a character to a string that can be used in a HTML document.

run\JvStrToHtml.pas


Pascal

 run\JvStrToHtml.pas
 functionCharToHtml(Ch: Char): string;


Parameters

Parameters Description
Ch: Char The character to convert

run\JvStrToHtml.pas


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 '<';

run\JvStrToHtml.pas


See Also

HtmlToString, StringToHtml, TJvStrToHtml

run\JvStrToHtml.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