[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.Show

Makes the control visible, by setting Visible to True.

Declaration

Source position: controls.pp line 1672

public procedure TControl.Show;

See also

TControl.Visible

  

Allows the control, and all of its children, to be displayed or hidden.

TControl.Hide

  

Hides this control, by setting Visible to False.

TWinControl.ShowControl

  

Asks the parent to show itself.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.