Hi there,
I've built a bunch of components based on common controls to implement company's rules (standard behavior within all projects).
I have a question about my own derived control of TCheckBox : TMyCheckBox = class(TCheckBox).
When opening existing projects, the look of my controls are standard style (that is, a black check mark on a 3D square).
But when creating brand new projects and inserting the same control, the look is like WinXP style (that is, a green check mark on a gradient flat square)
Is there a way to force the style of my controls according to the user's OS for my existing projects?
It seems that the graphical look and feel is project's reference, not form...
Thanks a lot in advance,
Rej Cloutier
I've built a bunch of components based on common controls to implement company's rules (standard behavior within all projects).
I have a question about my own derived control of TCheckBox : TMyCheckBox = class(TCheckBox).
When opening existing projects, the look of my controls are standard style (that is, a black check mark on a 3D square).
But when creating brand new projects and inserting the same control, the look is like WinXP style (that is, a green check mark on a gradient flat square)
Is there a way to force the style of my controls according to the user's OS for my existing projects?
It seems that the graphical look and feel is project's reference, not form...
Thanks a lot in advance,
Rej Cloutier