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
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