Vcl.Grids.TCustomGrid.HideEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideEdit;

C++

void __fastcall HideEdit();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Hides the inplace editor.

The HideEditor method calls the protected HideEdit method to hide the editor. This method hides the editor window after updating the text to reflect the text in the editor.

See Also