Before knowing how to bridge FireMonkey application and JavaScript using ScriptGate, Let’s understand what is Native App and Hybrid App? What’s the difference between them? How to develop a Hybrid App using Delphi? Is it possible? What’s the challenge? This post will guide you to understand better.
Native Apps : A softwareapplicationbuilt in a programming…
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…
Powerful Visual Optimizer For Investment Portfolios Built In Delphi
November 20, 2020
OptiFolio is an advanced interactive portfolio optimization software written in Delphi. According to the developer, “OptiFolio can produce an interactive visualization of all possible investment strategies for any given set of financial assets. Delphi’s compiled…
Migrating from BDE/Paradox to InterBase
November 20, 2020
Since the release of Delphi and C++Builder 10.4, we have created more ways for developers to easily migrate and upgrade their existing legacy applications from Borland Delphi and C++Builder to new modernized versions. While there are many reasons why one should upgrade to the newer version, sometimes it doesn’t sound like the most feasible idea. It can be a daunting task when you consider…
In this demonstration, you can see the speed of Delphi compiler which compiles one million lines of code in 5 seconds! This is epic!
This demonstration has done using Delphi 10.1 Berlin version. Since then, we have got big major updates, compiler enhancements, and Delphi…
Easily Pass Values Between Delphi And Python In Your Windows Delphi/C++ Builder Apps
November 20, 2020
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…
Powerful Chromium Based WebView Component To Host Web Content In Your Delphi/C++ Builder FireMonkey Apps
November 20, 2020
Intro
RAD Studio 10.4 Sydney brings support for working with web content through the Chromium-based Edge WebView2 browser control in VCL applications via the new TEdgeBrowser component.
Embarcadero DocWiki
But, this is for only the VCL applications currently. So, what if you want to utilize this feature in your FireMonkey application?! Problem solved! We have the WebView for FireMonkey…
Learn About Using The Windows Subsystem For Linux (WSL) With Delphi
November 19, 2020
StoreIn this session, you can how to take advantage of the new Windows Subsystem for Linux (WSL) to develop, debug, and deploy Linux applications from Delphi.
What is the Windows Subsystem for Linux (WSL)
Windows Subsystem for Linux (WSL) is a compatibility layer…
We know Delphi supports Multithreading. Multithreading in Python can be achieved using Python Module Threading. However, In a use case like Delphi Application embedding Python(Python4Delphi) or CPython, the interpreter is not fully thread-safe. In order to support…
Useful UX Design Guidelines For Modernizing Your Delphi VCL And FireMonkey Applications In Windows 10
November 19, 2020
Its already late and time to modernize your Delphi/C++ Application with extensive Windows 10 support, as the support for Windows 7 ended on January 14, 2020. Rad Studio offers robust components and visually stunning styles to modernize your existing applications in Windows 10. This post will give overview some of the Windows 10 specific features introduced in RAD Studio.
Features…