DelphiShowcase

Easy-to-use Orbit Simulator Built In Delphi FireMonkey For Learning Gravitational Physics

Developer Tore Ottinsen had this to say about his app Orbit Xplorer “I am a retired high school physics teacher and a hobby Delphi programmer. This is my latest physics app, written in FMX for Windows. Hoping to do a Mac version soon.” It’s a good example of how accessible Delphi is as an IDE and Object Pascal as a programming language. According to the website “Orbit…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Create A Custom List View Adapter With A Python Server In This Sample For Delphi

Location You can find theCustomAdaptersample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand navigate to:Object Pascal\Multi-Device Samples\User Interface\ListView\CustomAdapterSubversion Repository:You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio…
Read more
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
DelphiRAD StudioTech Partner

Powerful JPEG Video Streaming Library For Delphi And C++ Builder.

It is easy to create a video streaming server and client in your applications. The Video Stream library from WINSOFT allows you incorporate video streaming capability in your Delphi and C++Builder projects. How to install component 1) Download the component archive here.2) Extract files from the archive to any folder.3) You need to copy all of the files from the folder corresponding to the…
Read more