SynEdit: publish OnUtf8KeyPress for TSynEdit and TSynMemo.

git-svn-id: trunk@44913 -
This commit is contained in:
bart 2014-05-04 22:32:14 +00:00
parent c4d3a2e866
commit ea3be751a5
2 changed files with 2 additions and 0 deletions

View File

@ -1186,6 +1186,7 @@ type
// ToDo Docking
property OnStartDock;
property OnStartDrag;
property OnUTF8KeyPress;
// TCustomSynEdit properties
property BookMarkOptions;
property BorderStyle default bsSingle;

View File

@ -101,6 +101,7 @@ type
property OnMouseMove;
property OnMouseUp;
property OnStartDrag;
property OnUTF8KeyPress;
// TCustomSynEdit properties
property BookMarkOptions;
property BorderStyle default bsSingle;