Преглед на файлове

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 UpdateCaption; virtual;
     property OnChange: TNotifyEvent read FOnChange write FOnChange;
+  published
     property Items: TStrings read FItems write SetItems;
     property ItemIndex: integer read FItemIndex write SetItemIndex;
     property Caption: string read GetCaption write SetCaption;