Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVerticalGrid.ShowEditByKey(Char) Method

Activates the focused cell’s in-place editor and passes the specified key to it.

#Declaration

Delphi
procedure ShowEditByKey(AKey: Char);

#Parameters

Name Type
AKey Char

#Remarks

You can use the ShowEditByKey method to activate an in-place editor and pass a character to it.

The AKey parameter specifies the char passed to the in-place editor after it is opened.

Alternatively, you can activate the in-place editor by mouse using the ShowEditByMouse method. You can also activate the in-place editor by simply calling the ShowEdit method.

See Also