I use TFrames. I make them dynamically by adding them to the Form window. I chose the style called "Glow" (others also). I launched the program and the style works only on the main Form window, they do not work on the controls TFrame. Why?
I tried to add: TStyleManager.SetStyle for the Frame Form but with no effect.
I have fixed this bug. If you will change
Frame Form Colorproperty manually, it will make a bug. You must select yourFrameand go topropertiesand turn on theParentBackgroudfield (choose true) and you can also turn on theParentColortoo. NowStylesmust work.