[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 970
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.