Browse Source

Anchors property for BCComboBox.

lainz 6 years ago
parent
commit
6ce1aaa9b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bccombobox.pas

+ 1 - 0
bccombobox.pas

@@ -84,6 +84,7 @@ type
     property ListBox: TListBox read FListBox write FListBox;
     property Text: string read GetItemText;
   published
+    property Anchors;
     property Canvas: TCanvas read GetComboCanvas;
     property Items: TStrings read GetItems write SetItems;
     property ItemIndex: integer read GetItemIndex write SetItemIndex;