Vcl.Grids.TCustomGrid.HideEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HideEditor;

C++

void __fastcall HideEditor();

Properties

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

Description

Hides the inplace editor when it is not in use.

Grid controls call HideEditor when the grid goes out of edit mode. HideEditor hides the window of the inplace editor.

See Also