TControl.Visible

From OpenEUO
Revision as of 00:17, 24 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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.