Vcl.Grids.TCustomGrid.ShowEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowEditor;

C++

void __fastcall ShowEditor();

Properties

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

Description

Displays the inplace editor when the grid enters edit mode.

Grid controls call ShowEditor when the grid enters edit mode. ShowEditor displays the window of the inplace editor over the currently selected cell. If the inplace editor does not yet exist, ShowEditor creates it.

See Also