4
votes

The Delphi XE2 skinning option is fantastic, but there are cases where you want to inform Delphi to leave an element or form alone. In my case I have a splash form that was created completely inside Delphi - and this is ruined because the skin overrides all colors implicitly.

Is there some way I can inform Delphi or the skinning-engine that it should leave a control or form alone?

1
Check this question How to disable VCL styles in DelphiRRUZ

1 Answers

3
votes

I would try to use something like this (was not tested)

TStyleManager.Engine.RegisterStyleHook(TYourSplashForm, TStyleHook);