Sometimes your application needs a user interface, but what is the best way to make one for Python GUI applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge library of included visual components and a robust collection of 3rd party components. It is the premier framework for native Windows applications, but how to use it with Python? Thanks to the…
Delphi Provides Long-Term Feasibility Over Ever-Changing Electron And End-of-Life WPF .NET Framework
February 1, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building…
The ability of a framework to support developer productivity is a measure of its ability to speed up the time it takes to bring an application to market, and its influence on long-term labor costs. Developer productivity, therefore, directly affects the sustainability and…
Incredibly Powerful Native Image Processing Library For Delphi And C++Builder Developers
January 28, 2021
At this current state, with Delphi, there are lots of possibilities to accomplish anything you want. Because with the power of the Delphi community we have a powerful Python for Delphi component which can be a bridge to utilize open-source big tech companies supported and funded libraries out there. For instance, you can use the Scikit-image library or the Mahotas, which allows you to work with…
Visually Designing Apps In Delphi Deliver Up To 5X Productivity Gains Over WPF And Electron
January 28, 2021
Building a functional, intuitive and visually appealing user interface is vital to the success of an app. It also involving a time-consuming design and coding effort that can be further exacerbated without the tools that enable visual design. Using a WISYWIG (What You See Is…
Delphi Offers Massive Productivity Boost Over WPF And Electron
January 27, 2021
How do Delphi, WPF .NET Framework, and Electron perform compared to each other, and what’s the best way to make an objective comparison? Embarcadero commissioned a whitepaper to investigate the differences between Delphi, WPF .NET Framework, and Electron for building…
Powerful Award-Winning Windows UI Toolkit For Delphi And C++Builder
January 25, 2021
VCL is one of the best frameworks for Windows development in Desktop development. VCL contains a wide variety of visual, non-visual, and utility classes for tasks such as Windows application building,web applications, database, and console applications.
Since you are Delphi or C++ Builder developer, you can create your imagined components in the Visual Component Library. Now, I would…
Graphics32is a graphics library for Delphi. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphics primitives. In most cases,Graphics32considerably outperforms the standard TBitmap/TCanvas methods.
However, they are…
This sample demonstrates how to use the filter feature ofTFDQuery.
To this end, the sample implements different preset filters. Moreover, you can edit your own filtering condition andapply the filter to a datasetin order to search for specific…
Build Powerful Master-Detail Relationships With Centralized Cached Updates In Delphi
January 7, 2021
First, theCentralizedCachedUpdatessample sets up range-basedmaster-detail relationshipsbetween datasets using twoTFDQueryobjects. Then, the sample shows you how to use aTFDSchemaAdapterobject to enable theCentralized Cached Updatesmode. To this end, the schema adapter object is used as a central change log shared by both the master and…