TControl.Show

From OpenEUO
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.