JVCL Help:TJvMarkupViewer.BackColor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Background color used when rendering the HTML markup for the control.


Pascal

 propertyBackColor: TColor;


Description

BackColor is a TColor property that specifies the background color used when rendering the HTML markup in the Text property. BackColor is used when Paint is called to render the HTML markup. The value in BackColor is assigned as both the Brush and Transparency colors for the Canvas used to draw the control.
The default value for BackColor is clWhite, as assigned in the constructor for the component. Changing the value in BackColor or Text causes the control to be redrawn.


See Also

TJvMarkupViewer.Paint, 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