I have Form with Ok and Cancel buttons. Form's CancelButton is set to cancelButton1 so when I press ESC key, cancelButton1 closes the form. BUT, when I use textEdit's mask property, ESC key is used to clear the textEdit! The form never closes by ESC key! ESC is captured by the textEdit control...