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…
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…
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 databases and data using FireDAC components in your Application. Don’t know where to start? This post will guide you to do…
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…
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…
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…
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…
Before knowing how to bridge FireMonkey application and JavaScript using ScriptGate, Let’s understand what is Native App and Hybrid App? What’s the difference between them? How to develop a Hybrid App using Delphi? Is it possible? What’s the challenge? This post will guide you to understand better.
Native Apps : A softwareapplicationbuilt in a programming…