From 8b838af59f0ee27e66efb98326ac226b171978c2 Mon Sep 17 00:00:00 2001 From: blikblum Date: Thu, 11 Jun 2009 14:13:36 +0000 Subject: [PATCH] * Publish OnUTF8KeyPress git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@838 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/virtualtreeview-new/VirtualTrees.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/virtualtreeview-new/VirtualTrees.pas b/components/virtualtreeview-new/VirtualTrees.pas index 5513c0e6e..a874cc814 100644 --- a/components/virtualtreeview-new/VirtualTrees.pas +++ b/components/virtualtreeview-new/VirtualTrees.pas @@ -3622,6 +3622,7 @@ type property OnStateChange; property OnStructureChange; property OnUpdating; + property OnUTF8KeyPress; end; TVTDrawHintEvent = procedure(Sender: TBaseVirtualTree; HintCanvas: TCanvas; Node: PVirtualNode; const R: TRect; @@ -3863,6 +3864,7 @@ type property OnStateChange; property OnStructureChange; property OnUpdating; + property OnUTF8KeyPress; end; type