JVCL Help:StringToHtml
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: StringToHtml function
[+] JvStrToHtml.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a plain string to a HTML string.
Pascal
run\JvStrToHtml.pas
functionStringToHtml(constValue: string): string;
Parameters
Parameters | Description |
const Value: string | The string to convert. |
Description
StringToHtml converts the content of Value into an equivalent HTML string. For example, the string '' is converted into '<CODE>'.
See Also
CharToHtml, HtmlToString, 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