Indicates if "Fast Editing" is enabled in the grid.
Source position: grids.pas line 1252
protected property TCustomGrid.FastEditing : Boolean |
FastEditing is a Boolean property which indicates if cell editing initialized by a KeyDown message instead of by a navigation key is used in the grid control. The value in FastEditing is used when a TPickListCellEditor handles KeyDown messages.
The default value for the property is True as assigned in the Create constructor.
|
Handles a key down message for the cell editor. |
| Version 4.4 | Generated 2025-11-08 | Home |