Difference between revisions of "TControl.Hide"

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

Latest revision as of 00:05, 24 October 2010

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.