given a Delphi 10.1 Berlin update 2 Firemonkey Android app and a TEdit. I like to detect when the user presses Enter while being in the TEdit.
I implemented an OnTy
You can also use TEdit.OnChangeTracking event, that occurs when typing individual characters into the edit control. Or OnExit event