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.