From 076e4e76dd5fa70b858a030aeec8ce2f7e0bc751 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 26 Jan 2010 06:56:11 +0000 Subject: [PATCH] lcl: publish TRadioButton.OnKeyDown, OnKeyUp, OnKeyPress events git-svn-id: trunk@23561 - --- lcl/stdctrls.pp | 3 +++ 1 file changed, 3 insertions(+) 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;