From 4a2866676b6d436e37144d2bf19f97feb5420193 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Wed, 8 Feb 2012 16:55:19 +0000 Subject: [PATCH] Minor documentation improvements git-svn-id: trunk@35236 - --- docs/xml/lcl/controls.xml | 72 +++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 684f0309de..7d0228f47e 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -587,19 +587,19 @@ - Left button (can be physical right button for left handed). + Represents the left mouse button. It might be physically the right button if the system is configured to act like that, for example for a left handled person. - Right button (can be physical left button for left handed). + Represents the right mouse button. It might be physically the left button if the system is configured to act like that, for example for a left handled person. - Middle button. + Represents the middle mouse button. - First extra button. + Represents the first extra mouse button. - Second extra button. + Represents the second extra mouse button. @@ -650,70 +650,70 @@ More cursors Highest defined cursor constant (0). - Default (parent) cursor constant (0) + Indicates that the default cursor from the system should be utilized - Invisible cursor constant: no cursor (-1) + Indicates that the cursor should be invisible - Arrow cursor constant (-2) + The Arrow cursor, which is the most common and the default one in most cases - Cross cursor constant (-3) + A cursor utilized for graphics, for pixel or rectangle selection, often in the shape of a cross - I-Beam cursor constant, often used in text editors (-4) + A text cursor, for setting insertion point. Often used in text editors - Sizing cursor constant (-22), alias for crSizeAll. + A generic sizing cursor, to indicate that here one may drag to resize something. Is the same as crSizeAll. - crSizeNESW - cursor constant: runs diagonally from NorthEast to SouthWest (-6) + A cursor for resizing which runs diagonally from NorthEast to SouthWest (-6) - crSizeNS - cursor constant: cursor runs from North to South (-7) + A cursor for resizing which cursor runs from North to South (-7) - crNWSE - cursor constant: cursor runs from NorthWest to SouthEast + A cursor for resizing which cursor runs from NorthWest to SouthEast - Horizontal Size cursor constant (-9) + A cursor for resizing which has an arrow with two points, one to the left and another to the right, to indicate resizing possibility in both directions. - NorthWest sizing cursor. + A cursor for resizing which has an arrow pointing to the left-top corner, to indicate resizing possibility in this direction - crSizeN - cursor constant: cursor North (-24) + A cursor for resizing which has an arrow pointing upwards, to indicate resizing possibility in this direction - crSizeNW - cursor constant: NorthWest (-23) + A cursor for resizing which has an arrow pointing to the right-top corner, to indicate resizing possibility in this direction - West (left) sizing cursor. + A cursor for resizing which has an arrow pointing to the left, to indicate resizing possibility in this direction - East (right) sizing cursor. + A cursor for resizing which has an arrow pointing to the right, to indicate resizing possibility in this direction - SouthWest sizing cursor. + A cursor for resizing which has an arrow pointing to the left-bottom corner, to indicate resizing possibility in this direction - South (bottom) sizing cursor. + A cursor for resizing which has an arrow pointing downwards, to indicate resizing possibility in this direction - SouthEast sizing cursor. + A cursor for resizing which has an arrow pointing to the right-bottom corner, to indicate resizing possibility in this direction Up Arrow cursor constant (-10) - Busy cursor constant (wait while action proceeds) (-11) + Busy cursor constant, utilized to indicate that one should wait while an action is done - Dragging cursor constant (-12) + A cursor to indicate that one can drop a dragged item in this area - No Drop Allowed dragging cursor constant (-13) + A cursor to indicate that one cannot drop a dragged item in this area Horizontal Splitter cursor constant (-14) @@ -728,7 +728,7 @@ More cursors Waiting for SQL cursor constant (-17) - "No" cursor constant (-18), see also . + Shows a negative sign. See also . @@ -760,7 +760,7 @@ More cursors TControlStyleType - enumerated type describing features of the Control - Can have child controls in the designer. + Indicates that one can add child controls to this control in the form designer. @@ -782,22 +782,22 @@ More cursors - control understands mouse double clicks + Indicates that the control understands mouse double clicks - control understands mouse triple clicks + Indicates that the control understands mouse triple clicks - control understands mouse quad clicks + Indicates that the control understands mouse quadruple clicks - control cannot change in width + Indicates that the control cannot change its width - control cannot change in height (e.g. combobox) + Indicates that the control cannot change its height (e.g. combobox) - control is invisible in the designer + Indicates that the control is invisible in the form designer @@ -818,7 +818,7 @@ More cursors - + Indicates that the control cannot receive focus [not implemented] @@ -854,7 +854,7 @@ More cursors when AutoSize=true do not move children vertically - Indicates that a control requires keyboard input. This is required in Android and other platforms so that the virtual keyboard is activated when the control receives focus and the device has no hardware keyboard + Indicates that a control requires keyboard input to be utilized by the user. This information is utilized in Android and other platforms so that the virtual keyboard is activated when the control receives focus and the device has no hardware keyboard