[Lazarus] TCheckListBox property OnSelectionChange not published
Sandro Cumerlato
sandro.cumerlato at gmail.com
Wed Jul 27 18:56:30 CEST 2016
Hello,
property OnSelectionChange is not available for component TCheckListBox.
Please review attached patch and apply if OK.
Thank you in advance.
Sandro Cumerlato
-------------- next part --------------
Index: lcl/checklst.pas
===================================================================
--- lcl/checklst.pas (revision 52752)
+++ lcl/checklst.pas (working copy)
@@ -126,6 +126,7 @@
property OnMouseWheelDown;
property OnMouseWheelUp;
property OnResize;
+ property OnSelectionChange;
property OnShowHint;
property OnStartDrag;
property OnUTF8KeyPress;
More information about the Lazarus
mailing list