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…
New FireUI App Preview on Play Store
December 31, 2020
When FireMonkey introduced the FireUI Preview a few releases back, the application was available in the Google and Apple stores, to simplify the deployment to a device. The same app is also a demo available as source code, but that requires a few configuration steps to be…
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 set an array of values for each parameter and theExecutemethod inArray DMLmode to populate the…
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…
Using InterBase Change Views
December 30, 2020
With Change Views, you have this patented method to work with that is a lot easier to develop and scale for your customer base. Using InterBase Change Views, you can now identify specifically what deltas have changed at the field level.
Change views are a subscription based…
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 used very successfully to apply styles more fully in Dev-C++.
Features
Vcl.Styles.Ext unit extended the VCL Styles…
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…
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 desktop/document sharing to your existing application or service, then they provide the APIs and the native app experience.