DelphiResearchWhitepaper

Benchmark Study: Which Target Platforms Do Electron And Delphi Support?

Which target platforms do Delphi and Electron support? The “Discovering The Best Cross-Platform Framework Through Benchmarking” whitepaper evaluates two frameworks supporting multi-platform desktop application development: Delphi and Electron. Delphi Delphi, encapsulated in the Rapid Application Development (RAD) Studio IDE, is Embarcadero Technologies’ flagship product. A proprietary…
Read more
News

The VCL LockDrawing method in TWinControl

One of the features added to the VCL library in Delphi 11 is the ability to handle Windows WM_SETREDRAW message easily with two specific methods added to the TWinControl class: LockDrawing and UnlockDrawing I was going over my to do list earlier this week and found a not…
C++RAD Studio

5 Reasons We Are Addicted To App Builder Software

Apps make the most part of our lives and their usage is only going to increase. No wonder app downloads increased worldwide by more than 63 percent to 230 billion in 2021. There are countless uses of apps found in our daily lives. With apps, individuals can measure daily calorie intake and perform book-keeping. Businesses also use enterprise-level solutions for employee management and training…
Read more
C++DelphiIDERAD Studio

What Are Code Editors And What Is IDE Software?

Whether you’re new to programming or an expert developer, you need tools that make it easier to write and edit code. That’s why most developers these days use IDEs and code editors to simplify the process of coding and save time. An IDE software essentially consists of…
C++

12 Steps To Find The Best Low Code Platform

Low-code and no-code solutions are getting increasingly popular. This is because these platforms make it simpler for businesses to create apps with no prior coding skills. Organizations may design an app precisely how they want it with the low-code platform’s visual development tools and app plugins. A low-code development platform helps you save time and money. But, how do we find the best…
Read more
C++DatabaseDelphi

RAD Server and Sencha CRUD Grid

This post shows how to create a RAD Server REST Endpoint (JSON Web Service ) using the RAD Server Database Endpoints Wizard using a FireDAC Connection, to create REST Endpoints for CRUD functionality. And create a Sencha Web Client Application with a CRUD Grid for our…
RAD Studio

A Beginner's Guide to Windows App Development Tools

Are you a developer looking to build apps faster with less coding involved? Do you want to use the same code to create apps across different platforms? Do you also want to ensure you are using a development tool which can handle large projects and provides extended…
News

Enter the Skia4Delphi GUI Beauty Contest

TL;DR: Make a cool demo using Skia4Delphi and Delphi 11.1 Alexandria, post it on GitHub, be the envy of all your friends, and maybe win a prize! We all know Delphi is the best tool when it comes to making amazing GUI applications. Use Skia4Delphi to take it to the next level in this contest. Skia is a super powerful, high performance, open source, cross platform 2D graphics library. Thanks to…
Read more