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.ShowEditByMouse(Integer,Integer,TShiftState) Method

Emulates manual activation of the focused cell’s in-place editor as if it was done using the mouse.

#Declaration

Delphi
procedure ShowEditByMouse(X: Integer; Y: Integer; AShift: TShiftState);

#Parameters

Name Type
X Integer
Y Integer
AShift TShiftState

#Remarks

You can use the ShowEditByMouse method to activate the currently focused cell’s in-place editor by code that achieves the same result as an end-user with the mouse.

The X and Y parameters specify the mouse cursor position and the AShift parameter specifies the keyboard shift state.

Alternatively, you can activate the in-place editor using the ShowEditByKey or ShowEdit methods.

See Also