News

Changing a FireMonkey style at runtime

There is a great post by Sarina Adding a style selector to your application showing how to have a FMX application with multiple style books, and a combo box listing the styles.  When the app is running, a user can select one of the style in the combo box and the FireMonkey app will change style dynamically. However, the code sample is in Delphi, not C++.  How do you do this in a cross-platform…
Read more