This sample implements a multithreaded application, where each thread uses theIFDPhysConnectioninterface to establish a connection. The multipleconnection establishmentsmay lead to performance degradation across the whole system. To avoid this, you can enable thePooledproperty to use theconnection pooling.
Location
You can find…
Learn How To Build A REST API App For iOS In 45 Minutes With Delphi
November 30, 2020
In this CodeRage session, you can find the most valuable information and best practices on building an application for iOS using Delphi FireMonkey. Easily learn how to build a real-world application using Delphi FireMonkey!
Overview:
Recipes app which fetches data from…
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…
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 with Access Database.
FireDAC.Access Sample app demonstrates how to use FireDAC to work with access Database.
You…
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…
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 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…
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 Setup is used world wide by a huge number of software developers and companies including powerhouses like Microsoft for…