LCL/LabeledEdit: Publish OnContextPopup event. Issue #41193, patch by @rousedebug.

(cherry picked from commit 6be15f2be4)
This commit is contained in:
wp_xyz 2024-10-18 11:40:45 +02:00
parent 2c5f51f2b7
commit 1c4681f189

View File

@ -1091,6 +1091,7 @@ type
property OnChange;
property OnClick;
property OnContextPopup;
property OnDblClick;
property OnDragDrop;
property OnDragOver;