JVCL Help:TJvStrToHtml
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStrToHtml Class
[+] JvStrToHtml.pas Classes
[+] TJvStrToHtml Methods
[+] TJvStrToHtml Properties
Search in JVCL Help
Search in all projectsClass 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.
Pascal
run\JvStrToHtml.pas
TJvStrToHtml = class(TJvComponent);
Description
- 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.
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