TControl.Hide

From OpenEUO
Revision as of 00:05, 24 October 2010 by 46.127.27.108 (Talk) (Created page with " '''ME Hide()''' Makes the control invisible. Call Hide to hide a control. Hide sets the Visible property of the control to false. Although a control that is hidden is not vi...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
ME Hide()

Makes the control invisible.

Call Hide to hide a control. Hide sets the Visible property of the control to false. Although a control that is hidden is not visible, its properties and methods are still available.