* Publish OnUTF8KeyPress

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-06-11 14:13:36 +00:00
parent 96344e026d
commit 8b838af59f

View File

@ -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