Home > Net >  Changing the appearance of form with code
Changing the appearance of form with code

Time:06-03

You can change the appearance of your form by selecting the "Project" tab, then "Options", then "Appearance". Is there any way that I can change this with code, while the program is running? And if so, how?

CodePudding user response:

You just need to add/select the required styles from "Appearance" and get those selected styles from TStyleManager.StyleNames. Follow this brief tutorial which shows how to do it.

  • Related