diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-09-08 10:55:47 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-09-08 10:55:47 +0000 |
commit | 9a5d0e656f23ba98cf3f80a7462c95c58f7e5b86 (patch) | |
tree | 10c9fca3ef775985557e5d8379f860259612da77 /src | |
parent | c81c835b7a9189258b06adf516dfc458596b10c0 (diff) | |
download | fpGUI-9a5d0e656f23ba98cf3f80a7462c95c58f7e5b86.tar.xz |
* OnExit and OnEnter are now publish for TfpgMemo.
* Memo mediator now handles OnChange and OnExit events correctly.
* tiOPF demo 21 now has a CountryList screen as well. Also fixed the Contact.Memo property usage.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui_memo.pas | 2 |
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; |