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
+Requires ShowHint to be True
+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.
+