Vcl.Grids.TCustomGrid.ShowEditorChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowEditorChar(Ch: Char);

C++

void __fastcall ShowEditorChar(System::WideChar Ch);

Properties

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

Description

Displays the inplace editor, with its text set to the specified character.

Grid controls call ShowEditorChar when the user types a character into a cell and the editor is not already showing. ShowEditorChar displays the window of the inplace editor over the currently selected cell, and sets its text property to the character Ch. If the inplace editor does not yet exist, ShowEditorChar creates it.

See Also