Implements the OnKeyUp event handler for the cell editor.
Source position: grids.pas line 1321
public procedure TCustomGrid.EditorKeyUp( |
Sender: TObject; |
var key: Word; |
shift: TShiftState |
); |
Sender |
|
Object for the event notification. |
key |
|
Key examined in the method. |
shift |
|
Shift / Ctrl / Alt modifier for the Key. |