Difference between revisions of "TControl.Show"

From OpenEUO
Jump to: navigation, search
(Created page with " '''ME Show()''' Makes a control visible. Use the Show method to make visible a control that was previously hidden. The Show method sets the control’s Visible property to t...")
 
(No difference)

Latest revision as of 00:15, 24 October 2010

ME Show()

Makes a control visible.

Use the Show method to make visible a control that was previously hidden. The Show method sets the control’s Visible property to true and ensures that the parent control is also visible.