Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TppDBText run time color

edited August 2007 in General
Hello

The appearance of the TppDBText component can be controlled at design time
using the Format bar of the report designer. Is there a mechanism to
control via code the Brush color at run time? To avoid confusion, I use the
term Brush Color, but the property inspector for the component simply states
Color.

TIA

John

Comments

  • edited August 2007
    Hi John,

    If you would like to change the background color of a text component at
    runtime, you can use the Color property or the Highlight Text button on the
    Format Toolbar. You need to be sure the text component has its Transparency
    property set to False for this to take any effect. If you would like to
    adjust the color of the actual text, you can adjust the Font.Color property
    or the Font Color button also on the Format Toolbar in the designer.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2007
    Nico

    Thanks, I had the Transparency property set to True.

    John

This discussion has been closed.