浏览代码

Add comments.

Martijn Laan 2 周之前
父节点
当前提交
aa1368ed15
共有 3 个文件被更改,包括 7 次插入1 次删除
  1. 2 0
      Components/NewCheckListBox.pas
  2. 2 0
      Components/NewProgressBar.pas
  3. 3 1
      Components/NewStaticText.pas

+ 2 - 0
Components/NewCheckListBox.pas

@@ -9,6 +9,8 @@ unit NewCheckListBox;
 
   Note: TNewCheckListBox uses Items.Objects to store the item state. Don't use
   Item.Objects yourself, use ItemObject instead.
+
+  Define VCLSTYLES for full VCL Styles support.
 }
 
 interface

+ 2 - 0
Components/NewProgressBar.pas

@@ -12,6 +12,8 @@ unit NewProgressBar;
   This applies both to Position and State. For example if you set State while the
   progress bar is still moving towards a new Position, the new State doesnt show until
   the moving animation has finished.
+
+  Define VCLSTYLES for full VCL Styles support.
 }
 
 interface

+ 3 - 1
Components/NewStaticText.pas

@@ -2,7 +2,9 @@ unit NewStaticText;
 
 {
   TNewStaticText - similar to TStaticText but with multi-line AutoSize
-  support and a WordWrap property, and without a Transparent property
+  support and a WordWrap property, and without a Transparent property.
+
+  Define VCLSTYLES for full VCL Styles support.
 }
 
 interface