本文整理自网络,侵删。
静态方式:
1、新建VCL Forms Application;
2、打开菜单Project - Application - Appearance;
3、在Custom Styles中可选择所有默认带的皮肤样式;
4、设置Default style后,启动软件后便以默认的样式显示界面。
动态方式:
1、完成静态方式的1-3步;
2、引用Vcl.Themes;
3、使用方法TStyleManager.SetStyle('Aqua Light Slate'),参数为样式的名称。
相关阅读 >>
Delphi xe filesizebyname 要引用哪些文件
windows关机函数exitwindowsex使用大全(适用windows所有操作平台)
Delphi dbexpress的upwherekeyonly的使用注意事项
Delphi 从twebbrowser webbrowser得到全部html源码
Delphi xe7 新的并行库 system.threading
更多相关阅读请进入《Delphi》频道 >>