diff --git a/lcl/stdctrls.pp b/lcl/stdctrls.pp index 35f29e1033..53e8acf97b 100644 --- a/lcl/stdctrls.pp +++ b/lcl/stdctrls.pp @@ -1339,6 +1339,9 @@ type property OnEndDrag; property OnEnter; property OnExit; + property OnKeyDown; + property OnKeyPress; + property OnKeyUp; property OnMouseDown; property OnMouseEnter; property OnMouseLeave;