浏览代码

Anchors property for BCComboBox.

lainz 6 年之前
父节点
当前提交
6ce1aaa9b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;