How do the visual components of Delphi 2010 follow the visual pattern of Windows?

4

In Delphi 2010 the interface components (buttons, etc) are all square, Windows 95/98 style.

How do I adapt the visual pattern to the latest versions of Windows?

    
asked by anonymous 10.04.2014 / 13:15

1 answer

3

You need to go to Project - > Options - > Application and select the "Enable runtime themes" option.

Another option is to use a TXPManifest component, which makes it always look like windows XP. You just need to put it in 1 form of the application and after it loads it activates the functionality for all forms.

    
10.04.2014 / 13:52