JVCL Help:ItemHtPlain
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ItemHTPlain function
[+] JvHtControls.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts HTML-tagged values to plain text.
Pascal
run\JvHtControls.pas
functionItemHTPlain(constText: string): string;
Parameters
Parameters | Description |
const Text: string | HTML tags to convert to plain text. |
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.
See Also
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