JVCL Help:StringToHtml

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 plain string to a HTML string.

run\JvStrToHtml.pas


Pascal

 run\JvStrToHtml.pas
 functionStringToHtml(constValue: string): string;


Parameters

Parameters Description
const Value: string The string to convert.

run\JvStrToHtml.pas


Description

StringToHtml converts the content of Value into an equivalent HTML string. For example, the string '' is converted into '<CODE>'.

run\JvStrToHtml.pas


See Also

CharToHtml, HtmlToString, 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