mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 01:48:17 +02:00
lcl: publish OnContextPopup for TListBox and TCheckListBox
git-svn-id: trunk@15424 -
This commit is contained in:
parent
63efcb6dec
commit
8300102cb2
@ -103,6 +103,7 @@ type
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
property OnClickCheck;
|
||||
property OnContextPopup;
|
||||
property OnDblClick;
|
||||
property OnDrawItem;
|
||||
property OnDragDrop;
|
||||
|
@ -607,6 +607,7 @@ type
|
||||
property MultiSelect;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
property OnContextPopup;
|
||||
property OnDblClick;
|
||||
property OnDragDrop;
|
||||
property OnDragOver;
|
||||
|
Loading…
Reference in New Issue
Block a user