Browse Source

Unpublish some properties

lainz 6 years ago
parent
commit
3f71741b51
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bccombobox.pas

+ 2 - 1
bccombobox.pas

@@ -31,10 +31,11 @@ type
   public
     constructor Create(AOwner: TComponent); override;
     property HoverItem: integer read FHoverItem;
-  published
     property Button: TBCButton read FButton write FButton;
     property ListBox: TListBox read FListBox write FListBox;
     property Items: TStrings read GetItems write SetItems;
+  published
+
   end;
 
 procedure Register;