Returns True if the Editor is able to accept the specified UTF-8 character.
Source position: grids.pas line 1074
protected function TCustomGrid.EditorCanAcceptKey( |
const ch: TUTF8Char |
):Boolean; virtual; |
ch |
|
UTF-8 character examined in the method. |
True the active cell editor can accept the specified UTF-8 character.
Always returns True in TCustomGrid. It is overridden in descendent classes like TCustomDbGrid.
|
EditorCanAcceptKey determines if the specified character can be applied to the Field for the editor. |
| Version 4.4 | Generated 2025-11-08 | Home |