TControl.Show
From OpenEUO
Revision as of 23:15, 23 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...")
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.