FMSoft uniGUI is a web application framework for Delphi. This framework extends the web application development experience to a new dimension. uniGUI enables Delphi developers to create, design, and debug web applications in IDE using a unique set of visual components. This framework is close to the native VCL application development process which is RAD!
The uniGUI web applications can be…
Quickly Learn How To Optimize Your Delphi Apps With ProDelphi In This CodeRage Replay
November 6, 2020
ProDelphi measures the runtime of Delphi programs. If a program is too slow, ProDelphi gives the necessary information to optimize it.
The principle ofsource code instrumenting, a sophisticated correction algorithm and the uniquegranularity of 1…
A Module is a file containing Python definitions and statements similar to the unit file in Delphi. To learn more about Python modules check this tutorial. How to create such Python Modules in Delphi using Python4Delphi components? This post will guide you. You can also use…
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…
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 of how accessible Delphi is as an IDE and Object Pascal as a programming language. According to the website “Orbit…
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…
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…