API:Vcl.Forms.TCustomForm.Hide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Hide;

C++

HIDESBASE void __fastcall Hide();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Makes the control invisible.

Vcl.Forms.TCustomForm.Hide inherits from Vcl.Controls.TControl.Hide. All content below this line refers to Vcl.Controls.TControl.Hide.

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