Xinorbis is a very powerful hard disk, folder and storage analyzer available over on SourceForge. A good portion of it is open source and mainly written in Delphi. Other utilities included with it are written in C++ and C# which shows how easy it is into integrate Delphi and Object Pascal with other languages. According to the website “It uses a sophisticated mix of graphs, tables, and tree…
Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and…
Quickly Learn To Assign Value Between Delphi And Python Using Python4Delphi Sample App
November 5, 2020
Earlier in the Python4Delphi Demo 3 post, we have learned how to create a Python Delphi Variable using the TPythonDelphiVar component, assign some value to it, and showed the value as a string. You can also use Python4Delphi with C++Builder. This post will see some advanced…
Easily Download And Install A Robust Syntax Highlighter For Delphi And C++ Builder From GetIt
November 5, 2020
SynEdit for Delphi and C++ Builder. This is a highly mature syntax highlighting edit control, not based on the Windows common controls and supported on Windows. Orwell Dev-C++, Embarcadero Dev-C++, and PyScripter IDEs all use TSynEdit.
Once you install this SynEdit component package to your RAD Studio you start having lots of ideas to build amazing applications. Because with SynEdit you can…
With RAD Studio, creating mobile phone applications is simple and enjoyable. Because you don’t need to create multiple codebases for each platform when you start your FireMonkey project with Delphi or C++ Builder. You can simply define platform-based code using the…
Easy-to-use Orbit Simulator Built In Delphi FireMonkey For Learning Gravitational Physics
November 5, 2020
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…
As we know, a Variable stores a value so that you can reuse it later in your program. This reduces redundancy, improves performance, and makes your code more readable. What is Python Delphi Variable? This post will guide you to understand. You can also use Python4Delphi with C++Builder.
Python4DelphiDemo3Sample App shows how to create a Python Delphi Variable in Delphi using the…
Free C++ Bootcamp To Quickstart Your C++ Development
November 4, 2020
Check out the 5-days C++ boot camp! Within this Bootcamp, you get over 10 hours of free training on C++ Builder. What topics this do Bootcamp cover?
Building your first application with C++ BuilderCreating fast, responsive user interfaces with animations and effectsC++11…
Start Developing Fast Native Windows Applications With Delphi VCL
November 4, 2020
In this tutorial, you will learn how to create a Delphi VCL application from the ground. What can you learn from this tutorial:
Three common componentsExplanation of Object Pascal source codeDebuggerHow to change Target Platform (32 or 64 bit)Adding a…
Powerful Cross Platform Multitrack Music Recording Software Built In Delphi FireMonkey
November 3, 2020
MultitrackStudio from Bremmers Audio Design is a multitrack music recording software which supports recording, editing and mixing audio and MIDI tracks. With the growth of Mac worldwide, MultitrackStudio developers felt the urgency of making their application available on macOS. They had previously used Delphi with VCL (Visual Component Library) a visual component based object oriented framework…