mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
LCL/LabeledEdit: Publish OnContextPopup event. Issue #41193, patch by @rousedebug.
This commit is contained in:
parent
2dbbea1bbd
commit
6be15f2be4
@ -1091,6 +1091,7 @@ type
|
|||||||
|
|
||||||
property OnChange;
|
property OnChange;
|
||||||
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