ThisFireMonkey UI templateis designed for implementing a login screen in a multi-device application. And shows how to utilize FireMonkey designing guidelines.
Check out the how FMX Login Screens look like in this article.
As you can see, this FireMonkey UI template is responsive and ready to utilize in any kind of project that requires a login screen like this! The…
Easy Steps To Connect To A MS Access Database With FireDAC In This Windows Sample App
November 29, 2020
Do you want your Delphi and C++ Builder Applications to connect with Access Database ? Do you need to manage some of the Access Database services such as creating, compacting database? How to start ? Don’t worry, FireDAC components offers robust components to connect…
Quickly Work With A COMPort On Linux With Delphi Using A WINSOFT library
November 27, 2020
If you have worked with COM Port Applications on Linux before, this is the most convenient and quick way to connect, write, and read data.
Using COMPORT for Linux, you can do it in a matter of minutes; all you need to do is download the library and include it in your…
Learn About Delphi Continuous Integration With SVN, Jenkins, And DUnitX
November 27, 2020
In this tutorial, you learn how to configure a Jenkins server to build and run a DUnitX test application using MSBuild, to be triggered by commit to a subversion repository, and to notify by email when the test fails.
Brief Introduction to Version Control
Version Control allows you to maintain multiple versions (revisions) of your source code on a remote serverVersion Control assists…
Inno Setup is a free installer for Windows that is fast, free, and built in Delphi. Introduced in 1997, Inno Setup is brought you by Jordan Russell and Martijn Laan. Full source code is available over on GitHub but copyright of the software is maintained by the authors. Inno…
Learn To Build A Python GUI For Working With The Numpy Library In A Delphi Windows App
November 26, 2020
If you need to perform complex transformations or mathematical calculations with matrices or arrays, then Python Numpy library is exactly what you need. You can easy run this library with Python4Delphi (P4D). Python4Delphi is a free tool with which you can work with Python…
In this CodeRage session, you can learn how to speed up FireMonkey layout construction and improve the painting performance of FireMonkey applications.
With Delphi Visual Designer you can design any user interface by easily dragging and dropping the components. If you need some customizations you can alter the properties of the components or just change the style. But complex layouts tend to…
Introduction
OBR (Optical Barcode recognition) component for Firemonkey supports Windows, macOS, iOS and Android. Its main purpose is to decode QR code and Barcode images. In the below video you can check the steps to install the firemonkey component for OBR. The…
Powerful Easy To Use Build Automation Tool For Developers Made In Delphi
November 25, 2020
FinalBuilder is a build automation tool used by thousands of developers to simplify their build process and it is built in Delphi. Some of the FinalBuilder features include integrated debugging, email, MSN, FTP & SFTP support, version control integration, detailed…
Get Started Building Cross-Platform Games In Delphi FireMonkey With Alien Invasion Sample
November 25, 2020
Alien Invasionis a classic arcade-style game which features a grid of aliens that move in sync back and forth across the screen. They fire projectiles at the player who is at the bottom of the screen. On each trip back and forth across the screen, they start moving faster and faster. There are four shields near the bottom of the screen that the player can hide behind but they have a limited…