TcxCustomVerticalGrid.ShowEditByKey(Char) Method
Activates the focused cell’s in-place editor and passes the specified key to it.
Declaration
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