API:Vcl.Grids.TInplaceEdit.Hide
Delphi
procedure Hide;
C++
HIDESBASE void __fastcall Hide();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TInplaceEdit |
Description
Makes the control invisible.
Vcl.Grids.TInplaceEdit.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.