Indicates if "Fast Editing" is enabled in the grid.
Source position: grids.pas line 1225
protected property TCustomGrid.FastEditing : Boolean |
FastEditing is a Boolean property which indicates if cell editing initialized by a KeyDown message instead of 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.
|
Signals the OnKeyDown event handler (when assigned). |