I must have performed the search incorrectly because I did not find anything like this, so please point me to wherever I should be looking for answers to this question. I am a newbie to both Delphi\pascal and the forum.
I have an app that brings up a search dialog box that leads to a result dialog box.
When the result dialog box appears the focus is always on the last button pushed when last in the result dialog box.
How do I get a specific button (the OK button) to always have focus no matter what button was last pushed?
I tried clicking on the button in the IDE (Delphi 10.3) to see if there was an ActiveControl property in the object inspector but there is not.
How can I set focus to the OK button?
Thanks!