lcl: publish OnContextPopup for TListBox and TCheckListBox

git-svn-id: trunk@15424 -
This commit is contained in:
paul 2008-06-14 14:30:26 +00:00
parent 63efcb6dec
commit 8300102cb2
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ type
property OnChangeBounds;
property OnClick;
property OnClickCheck;
property OnContextPopup;
property OnDblClick;
property OnDrawItem;
property OnDragDrop;

View File

@ -607,6 +607,7 @@ type
property MultiSelect;
property OnChangeBounds;
property OnClick;
property OnContextPopup;
property OnDblClick;
property OnDragDrop;
property OnDragOver;