vshvetsov 0 Posted June 22, 2023 (edited) Hi, I make the color of the TLabel red under some conditions: MyLabel->Font->Color = clRed; I recently applied the "Lavender classico" style in the Project Options | Application | Appearance | Cystom styles. The color of the TLabel has stopped turning red! Is it true that applying custom styles does not allow changing the color of the label? But I need both style and the ability to change color. What to do? I change the color to red to indicate an error. Maybe there is some way to change the appearance of the lable, compatible with custom styles? Edited June 22, 2023 by vshvetsov Share this post Link to post
Uwe Raabe 2057 Posted June 22, 2023 Remove seFont from the StyleElements property. Share this post Link to post