소스 검색

Unpublish some properties

lainz 6 년 전
부모
커밋
3f71741b51
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;