Difference between revisions of "TControl.Visible"

From OpenEUO
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 00:17, 24 October 2010

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.