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…
Flexible Brotli Compression Library For Your Windows Delphi/C++ Builder VCL And FMX Apps
November 28, 2020
Intro
Most of Delphi and C++ Builder developers utilize preinstalled components and libraries to compress and decompress files. For instance, the System.Zlib which supports gzip and deflate, the System.Zip is also helpful to handle .zip archive files. Moreover, Indy’s…
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 project, and that’s it.
First and foremost, you must prepare your Linux machine for the deployment of your Console application…
Learn To Build A Python GUI For Solving Complex Tasks With Powerful OpenCV Library In A Delphi Windows App
November 27, 2020
Are you looking for a powerful machine learning library? Try OpenCV library for Python. You can run it with Python for Delphi (P4D). P4D is a free and simple with which you can run Python scripts as well as create new Python modules and types in Delphi.
Delphi itself offers…
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…
Quickly Share Data Between Datasets Using CloneCursor In This Native Windows Sample For Delphi
November 27, 2020
TheCloneCursorsample shows you how toclone a dataset. To this end, the sample uses theCloneCursormethod of theTFDDataSetclass. Moreover, the sample uses other methods to determine whether the current record is within a specified range.
Location
You can find theCloneCursorsample project at:
Start | Programs | Embarcadero RAD Studio…
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…