summaryrefslogtreecommitdiff
path: root/src/gui/gui_memo.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_memo.pas')
-rw-r--r--src/gui/gui_memo.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_memo.pas b/src/gui/gui_memo.pas
index 3d160d2a..afd9d4fb 100644
--- a/src/gui/gui_memo.pas
+++ b/src/gui/gui_memo.pas
@@ -109,6 +109,8 @@ type
property TabOrder;
property TextColor;
property OnChange: TNotifyEvent read FOnChange write FOnChange;
+ property OnEnter;
+ property OnExit;
property OnKeyPress;
end;