docs: fixed TControl.DoMouseWheel, true means handled

git-svn-id: trunk@21420 -
This commit is contained in:
mattias 2009-08-23 12:44:53 +00:00
parent f11cbd5147
commit a0dcd37632

View File

@ -15823,15 +15823,15 @@ and that description should be read to understand their definitions more fully.
</element> </element>
<element name="TControl.DoMouseWheel"> <element name="TControl.DoMouseWheel">
<short> <short>
<var>DoMouseWheel</var> - performs the action to deal with a movement of the mouse wheel; returns True if successful</short> <var>DoMouseWheel</var> - performs the action to deal with a movement of the mouse wheel; returns True if handled</short>
</element> </element>
<element name="TControl.DoMouseWheelDown"> <element name="TControl.DoMouseWheelDown">
<short> <short>
<var>DoMouseWheelDown</var> - performs the action for a downward movement of the mouse wheel; returns True if successful</short> <var>DoMouseWheelDown</var> - performs the action for a downward movement of the mouse wheel; returns True if handled</short>
</element> </element>
<element name="TControl.DoMouseWheelUp"> <element name="TControl.DoMouseWheelUp">
<short> <short>
<var>DoMouseWheelUp</var> - performs the action for an upward movement of the mouse wheel; returns True if successful</short> <var>DoMouseWheelUp</var> - performs the action for an upward movement of the mouse wheel; returns True if handled</short>
</element> </element>
<element link="#LCL.Controls.TDockManager.MouseMessage" name="TDockTree.MouseMessage"/> <element link="#LCL.Controls.TDockManager.MouseMessage" name="TDockTree.MouseMessage"/>
<element name="TControl.CreateControlBorderSpacing"> <element name="TControl.CreateControlBorderSpacing">