Python4Delphi is the library that provides the integration between Python and Delphi. It is effectively a bidirectional bridge that allows Delphi to execute Python code and call Python libraries and allows Python to call modules written in Delphi in otherwise interact with Delphi code, objects, interfaces, records, etc. For example, you could wrap the VCL from Python and use it to create an…
Create Enterprise-Grade Grid Based Desktop Applications 10x Faster With X-Files Components
January 26, 2021
Delphi VCL community is wide enough that you can find thousands of different components in the market. And these components increase your productivity, which leads to really awesome desktop projects.
X-DBGrid Component package is a popular and most used component set…
Quickly Learn How To Fetch A Table Using FireDAC In This IFDPhysCommand Delphi Sample
January 26, 2021
The sample uses theIFDPhysCommandinterace tofetch rowsfrom the current command cursor in theDatStable. To this end, the samplecreates a commandinterface to:
PrepareaSELECTcommand.Definethe structure…
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…
Quickly Access Windows System Info In Your Delphi Application With Excellent Component Suite
January 25, 2021
Developers may often require to collect system info such as computer, processor, devices, networks, etc. for various purposes in your Delphi application. Accessing that information is no longer a tough task. MiTec’s System Information Management Suite is the right…
Build Visual Stunning Apps Faster With Less Code Using RAD Studio Architect Edition
January 25, 2021
See first hand how to develop faster with the extra features included in the RAD Studio Architect edition, including Aqua Data Studio, Sencha Ext JS, Ranorex. This low code RAD demo includes the development of Web, Mobile, and Desktop UI’s with a RESTful server. In the…
Quickly Define Powerful Client-Side Aggregating Formulas With FireDAC Using TFDQuery In Delphi
January 24, 2021
This sample demonstrates how to define the client-side aggregating formulas with TFDQuery. You can find out more about aggregated fields and values in the Embarcadero DocWiki.
The fkAggregate aggregated fields management is similar to the expression calculated fields management. FireDAC calculates aggregated fields when TFDDataSet.AggregatesActive is set to True (by default, its value is…
Quickly Learn How Easy It Is To Bind DataSets To Visual Controls In Delphi With LiveBindings
January 23, 2021
This Sample Uses LiveBindings To Bind A TBindNavigator With Other Controls
Location
You can find theBindLinkFMXsample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to Object…
Create Beautiful Windows Applications With Visually Stunning VCL Styles For Delphi And C++
January 22, 2021
Back in 2017, while I was participating in an educational applications contest in central Asia, as a high school student, I utilized Delphi and some VCL styles in my application. With just one VCL style my app got first place in the contest! Find out more information about…
Master A Powerful Way To Execute Multiple SQL Commands In Delphi With This Windows Sample
January 22, 2021
This sample demonstrates two ways ofhandling errorsin anarray DML execution.
To this end, the sample implements two ways of handling the errors:
Implementing anOnErrorevent.Using theEFDDBEngineExceptionclass on a loop.
Location
You can find theBatchErrorHandlingsample project at:
Start | Programs | Embarcadero RAD Studio Sydney |…