I’m trying to change the background color of the TCheckBox
in VCL through the Color
property, but it’s just not working for me.
I don’t have any styles enabled. I’ve also tried playing with the properties and changing ones like ParentFont
, ParentColor
, StyledElements
, etc… but nothing is making a different.
I’m just not able to change the background color on the TCheckBox
.
What are the necessary properties and/or things to do in order for the Color
property to work so that the background color changes on the TCheckBox
?