Indicates whether an assigned OnKeyPress event handler handles the Return or Enter key in the KeyDown method for the Edit.
Source position: editbtn.pas line 257
protected function TCustomControlFilterEdit.ReturnKeyHandled: Boolean; virtual; abstract; |
True if OnKeyPress is assigned and handles the VK_RETURN key code.
Abstract virtual method that must be implemented in a descendent class.