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…
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…
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…
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…
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…
Hit The Ground Running With Windows Native MongoDB Database Sample Apps For Delphi
November 24, 2020
MongoDBis a document database, which means it stores data in JSON-like documents, the most natural way to think about data, and is much more expressive and powerful than the traditional row/column model. How about connecting with MongoDB and exploring the available…
Flexible VCL Style Utils Library Made It Easy To Modernize The Dev-C++ Dialogs With VCL Styles In Delphi
November 24, 2020
VCL Styles Utils is an open source Delphi library for extending VCL styles into the platform native dialogs of Windows. It also has features for styling shell dialogs, popup menus, and even parts of TWebBrowser. Dev-C++ is a fast, portable, simple, and free native Windows C/C++ IDE and has been downloaded over 67,796,885 times since 2000. The original Dev-C++ and Orwell Dev-C++ were built in…
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…
Learn How To Connect To Local InterBase Instances In This Video
November 23, 2020
Learn how to connect to your local InterBase instance from your Delphi or C++ Builder projects easily with the help of FireDAC.
The FireDAC native driver supports Embarcadero InterBase Server, Desktop, Developer,ToGo, and IBLite editions version 6 and later.
To…
Flexible Way To Set And Get Variant Array Between Delphi and Python For Building Windows Apps
November 23, 2020
Do you need to exchange a variant array between Delphi and Python Quickly? Python4Delphi offers the TPythonModule component which has a method and procedure to exchange a variant array. This post guides you to do that. You can also use Python4Delphi with C++Builder.
Python4DelphiDemo17 App shows how to assign and get a variant array value using theTPythonModule component. You…