Enabling and Disabling Windows Themes in Your Application

From RAD Studio
Jump to: navigation, search

Go Up to How To Build VCL Forms Applications


Windows supports themes in an application's user interface. Windows has supported this through the common controls DLL starting in Windows XP. If you prefer or require the classic user interface style, you can disable the use of themes in your application.

Note: Disabling the use of themes in the application may also disable some functionality in some controls.

To disable theming for an application

  1. Choose Project > Options > Application > Manifest.
  2. Clear the Enable Runtime Themes check box.

See Also