[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the last key event was triggered by the cell Editor for the grid control.
Source position: grids.pas line 1246
protected property TCustomGrid.EditorKey : Boolean |
EditorKey is a Boolean property which indicates if the last key event was generated by the cell Editor for the grid control. The property value is updated in the OnKeyDown, OnKeyPress, and OnKeyUp event handlers used in the Editor control. Its value is used in method like KeyDown, KeyPress, and KeyUp to determine whether a given key needs to be applied / handled for the grid control.
|
The editor control used to modify the value in the current cell. |
|
|
Handles key down events for the grid control. |
|
|
Applies the specified key press character to the control. |
|
|
Signals the OnKeyUp event handler (when assigned). |
Version 4.0 | Generated 2025-05-03 | Home |