Martijn Laan 2 周之前
父节点
当前提交
5be9a788d8
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Components/Themes.pas

+ 4 - 1
Components/Themes.pas

@@ -8,7 +8,10 @@ unit Themes;
 
   VCL Styles dummy functions to easily deactivate inclusion of actual VCL Styles code
 
-  Must be included after ComCtrls and Forms
+  Just add it to your .dpr and use Themes instead of Vcl.Themes everywhere. Requires Vcl to
+  be in the project's unit scope names list to be able to use same code with real Vcl.Themes.
+
+  In units it must be used after ComCtrls and Forms.
 }
 
 interface