瀏覽代碼

demo: combobox: published

mattias 10 月之前
父節點
當前提交
1bbc80b3dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      demo/Combobox/fresnel.democombobox.pas

+ 1 - 0
demo/Combobox/fresnel.democombobox.pas

@@ -86,6 +86,7 @@ type
     procedure UpdateItems; virtual;
     procedure UpdateItems; virtual;
     procedure UpdateCaption; virtual;
     procedure UpdateCaption; virtual;
     property OnChange: TNotifyEvent read FOnChange write FOnChange;
     property OnChange: TNotifyEvent read FOnChange write FOnChange;
+  published
     property Items: TStrings read FItems write SetItems;
     property Items: TStrings read FItems write SetItems;
     property ItemIndex: integer read FItemIndex write SetItemIndex;
     property ItemIndex: integer read FItemIndex write SetItemIndex;
     property Caption: string read GetCaption write SetCaption;
     property Caption: string read GetCaption write SetCaption;