JVCL Help:ItemHtPlain

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

Search in JVCL Help

 
Search in all projects
 

Summary

Converts HTML-tagged values to plain text.

run\JvHtControls.pas


Pascal

 run\JvHtControls.pas
 functionItemHTPlain(constText: string): string;


Parameters

Parameters Description
const Text: string HTML tags to convert to plain text.

run\JvHtControls.pas


Description

ItemHTPlain is a function used to convert the HTML-tagged values specified in Text as plain text. ItemHTPlain calls the HTMLPlainText function to remove the HTML tags in the specified argument.
Use ItemHTDraw or ItemHTDrawEx to render HTML-tagged values to the TCanvas instance.

run\JvHtControls.pas


See Also

ItemHTDraw, ItemHTDrawEx

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