瀏覽代碼

Added missing published Visible property

Andreas Hausladen 13 年之前
父節點
當前提交
36f720b9ec
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Components/NewProgressBar.pas

+ 2 - 1
Components/NewProgressBar.pas

@@ -49,8 +49,9 @@ type
     property Min: LongInt read FMin write SetMin;
     property Max: LongInt read FMax write SetMax;
     property Position: LongInt read FPosition write SetPosition default 0;
-    property State: TNewProgressBarState read FState write SetState default npbsNormal;   
+    property State: TNewProgressBarState read FState write SetState default npbsNormal;
     property Style: TNewProgressBarStyle read FStyle write SetStyle default npbstMarquee;
+    property Visible default True;
   end;
 
 procedure Register;