JVCL Help:TJvStrToHtml

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvStrToHtml
run\JvStrToHtml.pas


Summary

Component that can convert a string into a form that contains no values that are illegal in an HTML document.

run\JvStrToHtml.pas


Pascal

 run\JvStrToHtml.pas
 TJvStrToHtml = class(TJvComponent);


Description

  1. JVCLInfo

Use TJvStrToHTML when you need to convert a string into valid HTML or convert HTML to a valid string. Use the Text and Html properties to perform the conversion using properties. To convert any arbitrary string, use HtmlToText and TextToHtml instead.

run\JvStrToHtml.pas


About

Navigation

run\JvStrToHtml.pas



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