[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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 268
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.
Version 4.0 | Generated 2025-05-03 | Home |