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…
Apple Platforms Patch for RAD Studio 10.4.1
November 25, 2020
We have just released a new patch focused on improving RAD Studio 10.4.1 support for XCode 12, iOS 14 and macOS 11 Big Sur (Intel): these are operating systems and tools which were not available when 10.4.1 shipped.
Specifically, the patch offers fixes for a Delphi exception…
Integrate Python Threading, Windows Console, And Command Line Arguments In Delphi Windows GUI Apps
November 25, 2020
We know how to do Multithreading in Delphi. How about a simple python script that performs threading in Python and runs the script in the Delphi application? This brings the advantage of using existing multithreaded or new python scripts in your Delphi application. This post…
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 create self-extracting executables. On Windows, it also gives Delphi wrappers for the LZMA, Bzip2, and WavPack SDKs, and PPMd…
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…
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…
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…
Archaeological Museum Utilizes Powerful RAD Server And Beacon Fence Solution With Delphi
November 23, 2020
Miyazaki Prefectural Saitobaru Archaeological Museum has built an app for smartphones, “Saitobaru Archaeological Expo Navi,” which provides navigation in the museum, guidance on exhibits, etc. in multiple languages using solutions provided by Embarcadero…
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 connect to InterBase, most applications require that you specify…