Top "Vcl-styles" questions

Rad Studio XE2 introduced a feature called VCL Styles.

Delphi VCL styles tutorial - how to change the style at runtime

Is there a good VCL Styles tutorial where we see how to dynamically (in run time) load/change the style ? …

delphi delphi-xe2 vcl-styles
How I can change the color of a TPanel with the VCL Styles enabled?

I need to change the color of a TPanel when the VCL styles are enabled. I tried using and modifying …

delphi delphi-xe2 vcl-styles
Is there any Delphi XE2 styles gallery?

In XE2 there is a new function : 'styles', for VCL(.vsf) and Firemonkey (.styles), and some are provided in C:\…

delphi delphi-xe2 vcl firemonkey vcl-styles
Style properties for TDateTimePicker

A TDateTime picker is a ComboBox where the drop-down list is replaced with a calendar. I use XE2 VCL Styles …

delphi delphi-xe2 vcl-styles
How to disable VCL styles in Delphi

I am using the new VCL styles system in Delphi XE2. It works great, but I wish to disable it …

delphi delphi-xe2 skinning vcl-styles
How to manually include a VCL Style in my application?

I have an application which uses conditionals to be able to compile it either as a VCL Forms Application or …

delphi delphi-xe2 vcl-styles