mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-01 10:43:44 +02:00
SynEdit: publish OnUtf8KeyPress for TSynEdit and TSynMemo.
git-svn-id: trunk@44913 -
This commit is contained in:
parent
c4d3a2e866
commit
ea3be751a5
@ -1186,6 +1186,7 @@ type
|
||||
// ToDo Docking
|
||||
property OnStartDock;
|
||||
property OnStartDrag;
|
||||
property OnUTF8KeyPress;
|
||||
// TCustomSynEdit properties
|
||||
property BookMarkOptions;
|
||||
property BorderStyle default bsSingle;
|
||||
|
@ -101,6 +101,7 @@ type
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnStartDrag;
|
||||
property OnUTF8KeyPress;
|
||||
// TCustomSynEdit properties
|
||||
property BookMarkOptions;
|
||||
property BorderStyle default bsSingle;
|
||||
|
Loading…
Reference in New Issue
Block a user