Martijn Laan 2 weeks ago
parent
commit
5be9a788d8
1 changed files with 4 additions and 1 deletions
  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