DelphiRAD StudioTech Partner

Easily Add Joystick Support To VCL Apps In Delphi 10.4 And C++Builder 10.4 On Windows

It is surprisingly easy to add joystick support to your VCL app on Windows. Here is a third party component by WINSOFT for Delphi and C++ Builder for retrieving joystick position and status for any keys. You can use wired or wireless joystick for your application like games, audio/video players and other application. I have tested this delphi component on a recent Windows 10. All functionality…
Read more
C++DelphiRAD Studio

Learn How Easy It Is To Use OAuth2.0 With The Rest Client Components For C++ Builder

Authentication becomes critical part of any business, that too developing applications using OAuth2.0 protocol is still challenging to some C++Builder developers using Restful APIs as most modern IoT applications mandates. Don’t worry, this post will simpilify your challenge and understand better. Assume an end user(Resource Owner) has an account in google(Resource Server) and has…
Read more