JVCL Help:TJvHTMLElement.EolText

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

Search in JVCL Help

 
Search in all projects
 

Summary

Portion of the Text that does not fit in the drawing area for the HTML-enabled control.


Pascal

 propertyEolText: string;


Description

EolText is a String property that represents the portion of the Text property that does not fit in the drawing area for the HTML-enabled control.
SolText and EolText are updated and used when rendering the HTML markup for TJvMarkupLabel or TJvMarkupViewer controls. The values SolText and EolText are updated in the Breakup method during rendering of the control.
When the entire contents of the rendered markup fits on the current line for the drawing canvas, only the SolText property contains a non-blank value. EolText contains any portion of the HTML element that needs to be rendered on the next line using the text metrics for the HTML element.


See Also

TJvHTMLElement.SolText, TJvHTMLElement.Breakup, TJvMarkupLabel, TJvMarkupViewer


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