JVCL Help:TJvHTMLElement.SolText
JVCL Help: TJvHTMLElement.SolText Property
Search in JVCL Help
Search in all projectsSummary
Portion of the Text that fits in the drawing area for the HTML-enabled control.
Pascal
propertySolText: string;
Description
SolText is a String property that represents the portion of the Text property that fits 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.EolText, 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