CodeDatabaseDelphi

Hit The Ground Running With Windows Native MongoDB Database Sample Apps For Delphi

MongoDBis a document database, which means it stores data in JSON-like documents, the most natural way to think about data, and is much more expressive and powerful than the traditional row/column model. How about connecting with MongoDB and exploring the available databases and data using FireDAC components in your Application. Don’t know where to start? This post will guide you to do…
Read more
DelphiShowcase

Archaeological Museum Utilizes Powerful RAD Server And Beacon Fence Solution With Delphi

Miyazaki Prefectural Saitobaru Archaeological Museum has built an app for smartphones, “Saitobaru Archaeological Expo Navi,” which provides navigation in the museum, guidance on exhibits, etc. in multiple languages ​​using solutions provided by Embarcadero and Marubeni Information Systems. did. This solution consists of a power-saving beacon that emits radio waves (using…
Read more
CodeDelphiShowcase

Impressive Procedural Game And 3D Engine Built In Delphi Is A Work Of Art

Developer Zudomon (Nick Pützer) has been building an impressive procedural game called StoneQuest and 3D engine in Delphi. He has put in over 12,000 hours since 2011 building the engine and game. The whole game and content are less than 15MB in size! One of the goals of the developer is for him to build it entirely himself in Delphi. The current gameplay is reminiscent of Minecraft. According to…
Read more
C++CodeDelphi

Easily Pass Values Between Delphi And Python In Your Windows Delphi/C++ Builder Apps

Want to build a Delphi/C++ builder Application that should exchange values between Delphi and Python Objects. Not sure how to do it? Python4Delphi has two powerful components to achieve this faster, you can use either one component for your application. In this post, we can see both ways. Python4DelphiDemo16 Example1App shows how to assign a variable value between Delphi and…
Read more