You've already forked lazarus-ccr
* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user