TcxCustomVerticalGrid.ShowEdit Method
In This Article
Activates the in-place editor of the active row cell.
#Declaration
Delphi
procedure ShowEdit;
#Remarks
Use ShowEdit to activate the in-place editor assigned to the active row cell. Note: this method is unavailable if editing of cell values (see OptionsData.Editing) is disabled.
Alternatively, you can show the focused cell’s in-place editor using the ShowEditByKey and ShowEditByMouse methods.
You can hide the in-place editor either accepting or discarding user changes by using the HideEdit or CancelEdit methods respectively.
See Also