mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 20:20:16 +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 OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
property OnClickCheck;
|
property OnClickCheck;
|
||||||
|
property OnContextPopup;
|
||||||
property OnDblClick;
|
property OnDblClick;
|
||||||
property OnDrawItem;
|
property OnDrawItem;
|
||||||
property OnDragDrop;
|
property OnDragDrop;
|
||||||
|
@ -607,6 +607,7 @@ type
|
|||||||
property MultiSelect;
|
property MultiSelect;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
|
property OnContextPopup;
|
||||||
property OnDblClick;
|
property OnDblClick;
|
||||||
property OnDragDrop;
|
property OnDragDrop;
|
||||||
property OnDragOver;
|
property OnDragOver;
|
||||||
|
Loading…
Reference in New Issue
Block a user