[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns True if the grid is able to accept the given key.
Source position: grids.pas line 995
protected function TCustomGrid.CanGridAcceptKey( |
Key: Word; |
Shift: TShiftState |
):Boolean; virtual; |
Key |
|
Not used in the current implementation. |
Shift |
|
Not used in the current implementation. |
True if the grid is able to accept the given key.
Always returns True in TCustomGrid.
Version 4.0 | Generated 2025-05-03 | Home |