From c5e306d8145b0452c757fcb0d8b7e6dcf67b8a93 Mon Sep 17 00:00:00 2001 From: wp Date: Sun, 22 Mar 2020 22:30:41 +0000 Subject: [PATCH] ShellCtrls: Publish OnEdited and OnEditing events for TShellListView. git-svn-id: trunk@62797 - --- lcl/shellctrls.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lcl/shellctrls.pas b/lcl/shellctrls.pas index fc8761eaa0..cb26fa0fd4 100644 --- a/lcl/shellctrls.pas +++ b/lcl/shellctrls.pas @@ -309,6 +309,8 @@ type property OnDeletion; property OnDragDrop; property OnDragOver; + property OnEdited; + property OnEditing; property OnEndDrag; property OnKeyDown; property OnKeyPress;