[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The option flags sent to the Editor control in the grid.
Source position: grids.pas line 1247
protected property TCustomGrid.EditorOptions : Integer |
EO_HOOKKEYDOWN enables the OnKeyDown event handler in the editor control. EO_HOOKKEYPRESS enables the OnKeyPress event handler in the editor control. EO_HOOKKEYUP enables the OnKeyUp event handler in the editor control.
Version 4.0 | Generated 2025-05-03 | Home |