I have a TEdit field and I need to invoke an action from actionlist on pressing ENTER/RETURN button while focused on it(Like in most search engines).
Using Lazarus 0.9.28.2-12 and Ubuntu 11.04
I have a TEdit field and I need to invoke an action from actionlist
Share
Handle the OnKeyDown event and test for
Key=VK_RETURN.