Unit Testing is a type of software testing where specific units or segments of the software are tested. The goal is to validate that each unit of the software code executes as expected. Unit Testing is done during the development of an application by the developers.
DUnitX is an open-source unit test framework based on the NUnit test framework, including some ideas from xUnit as well. The RAD…
The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward.
In this post, you’ll learn how to easily load and display Web Content Cross-Platform In Delphi On…
Easily Optimize Multiple SQL INSERT Commands In A Single Step With Array DML In Delphi
December 31, 2020
TheBatchsample shows you how to use theArray DML executiontechnique to execute multiple SQLINSERTcommands in a single step to optimize database population performance. To this end, the sample uses theIFDPhysCommandinterface to…
Gorilla3D is a powerful, easy to use, and modern 3D framework for Delphi and C++ Builder FireMonkey on Windows and Android. IOS and OSX support are listed as in progress. This is a commercial product and appears to be an Alpha release but source code is available. It’s nice to see some significant improvement in 3D solutions for FireMonkey with this solution. The main new features of Gorilla3D…
Easily Apply VCL Styles To Dialogs And More With Open Source VCL Styles Utils Project
December 30, 2020
The VCL Styles Utils is a Delphi library that extends the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Styling of popup and shell menus, Non client area components, and much more. This library was…
Discover The Powerful In Memory TFDMemTable Data Table In Delphi
December 30, 2020
TheMainsample shows you how to use different database functionalities related with theTFDMemTableclass. To this end, the sample uses different properties and methods of the cited class. The following dataset features are implemented:
Savea…
Powerful Open Source Minimalist Web Framework Available For Delphi
December 30, 2020
When you learn the Embarcadero Delphi programming language, you can create anything with it. From cross-platform applications to the web applications. You can create both backend and frontend with the same language moreover, it can become handy when it comes to connecting them.
There are several official web application and API frameworks available for Delphi & C++ Builder. One of them…
Lumicademy is a platform-as-a-service for providing a real-time, virtual classroom experience that customers can add to their existing product or service and it is written in Delphi using Firemonkey. According to the developers if you need to add live video conferencing or…
Easily Convert C Code Into Delphi Code With Open Source Solution
December 29, 2020
Have you ever tried to convert your C programs into Delphi? If it is you? Here is the solution for you!
C-To-Delphi–This tool will convert most of your standard C code.
It contains a split view, with C on the left and Delphi on the right. The Delphi…
Easily Customize The Syntax Editor Coloring In Delphi With The Third Party Delphi IDE Theme Editor
December 29, 2020
The Delphi IDE Theme Editor lets you customize the syntax highlighting editor within the Delphi IDE. Additionally, full source code is available for it as well. Delphi has this functionality built in but if you want more custom settings to get in there and really tweak the editor to be just how you like it take a look. Set and edit IDE color settings from scratch or import existing themes from…