TControl.Visible
From OpenEUO
Revision as of 23:17, 23 October 2010 by 46.127.27.108 (Talk) (Created page with " '''RW Visible : b''' Determines whether the component appears onscreen. Use the Visible property to control the visibility of the control. If Visible is true, the control ap...")
RW Visible : b Determines whether the component appears onscreen.
Use the Visible property to control the visibility of the control. If Visible is true, the control appears. If Visible is false, the control is not visible. Calling the Show method sets the control's Visible property to true. Calling the Hide method sets it to false.