JVCL Help:TJvHTMLElement.Text

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

Search in JVCL Help

 
Search in all projects
 

Summary

Text rendered for HTML markup found in a control.


Pascal

 propertyText: string;


Description

Text is a String property that represents the values rendered for HTML markup found in TJvMarkupLabel or TJvMarkupViewer controls. Values in Text, SolText, and EolText are updated when the dimensions of HTML markup tags and content elements are calculated after changing parsing the HTML markup in the Text for the associated control.
SolText represents the text value rendered at the start of the line.
EolText represents the text value at the end of the line that cannot be rendered in the Width of the canvas for the control.
Use TJvMarkupLabel.Text and TJvMarkupViewer.Text to update the control using HTML markup.


See Also

TJvHTMLElement.SolText, TJvHTMLElement.EolText, TJvMarkupLabel.Text, TJvMarkupViewer.Text


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