From a0dcd3763201099389d0793597d9a9d788f323be Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 23 Aug 2009 12:44:53 +0000 Subject: [PATCH] docs: fixed TControl.DoMouseWheel, true means handled git-svn-id: trunk@21420 - --- docs/xml/lcl/controls.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index ace555a8d8..d56a7a65f9 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -15823,15 +15823,15 @@ and that description should be read to understand their definitions more fully. - DoMouseWheel - performs the action to deal with a movement of the mouse wheel; returns True if successful + DoMouseWheel - performs the action to deal with a movement of the mouse wheel; returns True if handled - DoMouseWheelDown - performs the action for a downward movement of the mouse wheel; returns True if successful + DoMouseWheelDown - performs the action for a downward movement of the mouse wheel; returns True if handled - DoMouseWheelUp - performs the action for an upward movement of the mouse wheel; returns True if successful + DoMouseWheelUp - performs the action for an upward movement of the mouse wheel; returns True if handled