azrael_11 0 Posted April 14, 2019 Try to change the screen cursor in FMX desktop application with no success. I find that you can do this. form1.cursor := crHourGlass; ///Make the job form1.cursor := crDefault; But it is not working. How can i do this. Share this post Link to post