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