For an Application I need the user to be disabled to click on a specific window, while he is still able to use a window, which is in front of the other window. In Delphi, this works perfectly fine with
ExampleForm.Enabled:= False;
but in Firemonkey it seems as if the enabled property does'n exist anymore. As well, it would be really helpful if it could disable the keyboard inputs etc. as well. I would really appreciate a solution for that problem, thanks for your time!
PS: I use the Delphi 10.3 Version
HitTest
if I recall. – Jerry Dodge