Disable system beep on TSpinEdit when pressing Enter
I have a default button on a form that has a TSpinEdit control on it. When the TSpinEdit control has the focus and the user presses the Enter key, instead of the default button getting clicked, the user just hears a system beep because the Enter key is invalid for a TSpinEdit. Normally, to avoid the beep, I would use the OnKeyPress even...