diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 9bd4665242..01562927bc 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -6217,8 +6217,10 @@ Reads or writes a flag to find or store the identity of the parent for this cont - Gets or writes the pop-up menu associated with this control - // standard properties, which should be supported by all descendants
Reads the details of the pop-up menu, or stores them.
Properties are defined in the parent class TPopupMenu
+ PopupMenu - a context-sensitive menu that pops up when the right mouse button is clicked over this control + // standard properties, which should be supported by all descendants
+ Reads the details of the pop-up menu, or stores them.
+Properties are defined in the parent class TPopupMenu
@@ -6231,7 +6233,7 @@ Reads or writes a flag to find or store the identity of the parent for this cont - The Visible property represents the ability to see a visual control. + Visible - can the control be seen?
The Visible property represents the ability to see a visual control. 
           If Visible is True the control is shown, otherwise it is hidden.
@@ -6342,9 +6344,11 @@ Reads or writes a flag to find or store the identity of the parent for this cont
       
       
       
-        
-        
-        
+        Hint - a small informative pop-up box that appears when the mouse 'hovers' over a control
+        
+          

Hint - a small informative pop-up box that appears when the mouse 'hovers' over a control

+

Requires ShowHint to be True

+
diff --git a/docs/xml/lcl/stdctrls.xml b/docs/xml/lcl/stdctrls.xml index a208250a72..17a0d3484e 100644 --- a/docs/xml/lcl/stdctrls.xml +++ b/docs/xml/lcl/stdctrls.xml @@ -5516,9 +5516,7 @@ False is set when the edit or combobox control looses focus. - - - + OnChange - event handler for any change in properties of the control @@ -6287,34 +6285,22 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - Check Box - Check Box: a small box which can contain a check mark to indicate that it has been selected by a mouse click. May be associated with a Caption that describes its function. + TCheckBox - a small box which can contain a check mark to indicate that it has been selected by a mouse click + +

TCheckBox: a small box which can contain a check mark to indicate that it has been selected by a mouse click. May be associated with a Caption that describes its function.

+
- - Action - Action: the task to be performed when the component is activated by a mouse movement or key press. - - + - - Align - Align: Is used to align a Control component to a border of a parent control. - - + - Allow Grayed - Allow Grayed: a flag to show whether the box is allowed to be Greyed out, - + AllowGrayed: a flag to show whether the box is allowed to be Greyed out - - Anchors - Anchors: keep the edges of a control component a defined distance from certain borders of the parent control. - - + @@ -6334,16 +6320,10 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - Caption - Caption: a brief description appearing near the check box, usually stating the function of the box or what action will be taken if it becomes checked. - - + - Checked - Checked - shows whether or not the box has been checked (ie selected) - + Checked - shows whether or not the box has been checked (ie selected) @@ -6352,11 +6332,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - Constraints - Constraints: Sets the minimum and maximum sizes for a control. - - + @@ -6376,11 +6352,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - Enabled - Enabled: flag to determine whether or not the control is able to be used - - + @@ -6388,29 +6360,13 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - Hint - Hint: a short piece of pop-up text that appears if the mouse-cursor hovers over the check box; - - + - - On Change - On Change - Action to be taken when any of the properties of the control change. - - + - - On Change Bounds - On Change Bounds - Action to be taken if any of the bounds of the control are changed. - - + - - On Click - Action - On Click - Action to be taken when the mouse button is clicked with the cursor over this control. - - + @@ -6436,23 +6392,11 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - On Entry - Action - On Entry - Action to be taken when the mouse cursor or text cursor enters the bounds of this control. User-defined Procedure - - + - - - On Exit - Action to be taken when the mouse or text cursor leaves this control or when focus is relinquished. - - + - - On Mouse Down - Action - On Mouse Down - Action to be taken if the mouse button is down while focus is in this control. - - + @@ -6466,23 +6410,11 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - On Mouse Move - Action - On Mouse Move - Action to be taken if the mouse cursor moves while focus is in this control. - - + - - On Mouse Up - Action - On Mouse Up - Action to be taken if the mouse button is up (not pressed) while focus is in this control. - - + - - On Resize - Action - On Resize - Action to be taken when the control is resized. Might include selection of a different font size etc. - - + @@ -6514,17 +6446,9 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - Popup Menu - Popup Menu - a menu that appears when the right mouse button is clicked over this control - - + - - Show Hint - Show Hint: a flag to show whether or not the hint is to be shown when the mouse cursor hovers over the box. - - + @@ -6550,11 +6474,7 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - Visible - Visible - determines whether or not the control can be seen - - + Toggle Box