Vcl.Controls.TControl.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Hide;

C++

void __fastcall Hide();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Makes the control invisible.

Call Hide to hide a control. Hide sets the Visible property of the control to false.

Although a control that is hidden is not visible, its properties and methods are still available.

See Also