Questions tagged [vcl-styles]

Rad Studio XE2 introduced a feature called VCL Styles. This functionality allows you to apply a skin (theme) to any VCL Forms application. For more information, you can check the official documentation, VCL Styles Overview.

Rad Studio XE2 introduced a feature called VCL Styles. This functionality allows you to apply a skin (theme) to any VCL Forms application. For more information, you can check the official documentation, VCL Styles Overview.

211 questions
-3
votes
1 answer

How can I list all the available VCL styles in a combo box and in the ComboBoxChange event, apply that style in C++ Builder?

I'm currently trying to add a feature in my application where the user can select a VCL style to there preference. I could manually add all the styles into the ComboBox directly but i'm sure there's a much easier way.
1 2 3
14
15