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

TControl.Hide

Hides this control, by setting Visible to False.

Declaration

Source position: controls.pp line 1514

public procedure TControl.Hide;

See also

#lcl.Controls.TControl.Visible

  

Allows to show or hide the control, and all of its children.

#lcl.Controls.TControl.Show

  

Makes the control visible, by setting Visible to True.