Alessandroswiftuser.hashnode.dev·Jan 9, 2024How To: Get Screen Coordinates From 3D in DelphiProblem Overview A common problem using the Delphi FMX 3D forms and layers is that there is a need to obtain 2D screen coordinates in order to position objects in 3D accurately and to scale them for their target platforms. A solution is hard to find,...48 readsDelphi
Alessandroswiftuser.hashnode.dev·Sep 15, 2022Hack: Cross platform OAuth 2.0 with DelphiOverview If you have to develop an application, you will notice that OAuth 2.0 is widely used and most often it will bring up your browser front and center to login into some website to grant access to their data, and then redirect the user to specif...1 like·175 readsDelphi