TWebLabel transparent

What do I have to program to make a TWebLabel transparent?

In the development environment this works with the property "Transparent = true", but when I look in the browser, the background is colored to the property "Color".

Do you use the latest version?
I cannot reproduce an issue with a label on a control. With the Label.Transparent = true, you see the background color of the container control through it.

create a new WebForm project

add a TWebLabel

change the TWebLabel Color to clBlue -> uncheck transparent automatically

check transparent

run this

the label background always comes clblue

We could reproduce it and applied a fix.

Is there already a fix or what is the schedule?

This fix will be in v1.6 release that is imminent.