TControl.Show

From OpenEUO
Revision as of 00:15, 24 October 2010 by 46.127.27.108 (Talk) (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...")

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