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…
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 various third party libraries for interfacing with OpenCV. If you have an existing Python application and you need OpenCV…
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…
WinRT is the latest application architecture from Microsoft for Windows 10 and components development. This webinar will show you how to take advantage of the new WinRT APIs and components in your Delphi and C++Builder applications.
WinRTis a modern C++17 language projection for WinRT and it’s implemented entirely in header files. This leads to great performance, both in time and…
Ultimate Compression Toolkit For Delphi And C++ Builder Developers
November 24, 2020
Abbrevia is one of the best quality compression toolkits for Delphi and C++ Builder developers. Supported on many major platforms like OSX, Windows, iOS, and Android.
It supports compressing and decompressing PKZIP, Microsoft CAB, tar, gzip, and bzip2 archives, and can…
Beautiful Responsive Home Screen UI Templates For FireMonkey Available For Free Via GetIt In The IDE
November 24, 2020
New FireMonkey developers tend to make unresponsive and bad user experience. For this, we should show guidelines and sample projects to learn how to create stunning FireMonkey projects.
ThisFireMonkey UI templateincludes three different designs…
An event links an occurrence in the system with the code that responds to that occurrence. The occurrence triggers the execution of a procedure called an event handler. The event handler performs the tasks that are required in response to the occurrence. Events allow the behavior of a component to be customized at design-time or at run time. Do you want to trigger and handle an event similar to…