Vcl.Grids.TInplaceEdit.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.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEdit

Description

Hides the edit control window and moves input focus to the grid.

Hide makes the edit control window invisible without destroying it. Hide also moves the input focus from the editor window to the grid, so that the invisible window does not swallow keyboard events.

The grid calls Hide to hide the edit window when changing out of edit mode. It also calls Hide when scrolling the cell that is being edited out of the grid window.

See Also