When it comes to computer games it’s often the simple ideas which are the most addictive and compelling. Hitting on a winning combination of simplicity but in a way which engages the game player so well they keep wanting more is like writing that elusive musical chorus; the ear worm, the thing which feeds some deep pleasure center of our distractible brains.
Software developers are the…
The versatility and reliability of Delphi along with its ease of use and cross-platform capabilities means there are apps everywhere that are written using it. We’ve seen everything from fun games like the hilarious Good Cat Bad Cat to life-or-death utilities like the…
How To Add Website Metrics To Your Apps Right Now
July 5, 2021
Website metrics are very important for webmasters to analyze and judge the efficacy and usefulness of their websites. Typically the metrics will show the ranking information, indexing information, spam range, and many more information to get an idea about the page. The…
There are a huge number of Windows App Development tools available on the market. However, not all of them can boost productivity effectively. So, choosing the right one can be tricky. In this post, you will find 7 of my favorite desktop software development tools. They have enabled me to enhance my productivity significantly. Let’s take a look at them.
1. Delphi
Delphi is an advanced IDE…
Developer Stories: Georgi Todorov Gerasimov Talks Us Through His Sophisticated File Encryption App
May 27, 2021
Georgi Todorov Gerasimov has been using Delphi for many years. He has a showcase entry submission (FPS-SE) at the Delphi 26th Showcase Challenge and we got to talk to him about his great Delphi experiences throughout the years. You can purchase and download his application…
About a month ago we published a short blog post about the importance of our partner ecosystem and interviewed DevExpress. Our partners not only build much needed functional capabilities for RAD Studio developers, but also deliver exciting innovation. One partner that…
Announcing the Availability of RAD Studio 10.4.2 Sydney Release 2
February 24, 2021
Embarcadero is pleased to announce the release of Delphi, C++Builder and RAD Studio 10.4.2. With new features and much improved quality, the new release builds on the work done in 10.4 Sydney and the 10.4.1 quality release.
RAD Studio 10.4.2 continues expanding some of the key cornerstones of the product, from Windows to multi-device support, from IDE modernization to libraries quality and…
Develop Best-in-Class Applications Using Components
February 9, 2021
A conversation with Embarcadero’s Atanas Popov and DevExpress’ Ray Navasarkian
The Delphi/RAD Studio ecosystem relies on many component partners to support the diverse needs of developers. The component market has been around for over 20 years and continues to…
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…
Learn How to Stop A Thread Inside Python In A Delphi Windows App
December 15, 2020
Earlier we know how to create a Thread Inside Python for a Delphi App. However, we didn’t attempt to stop the thread while running. How to stop the thread inside python for a Delphi App with Python4Delphi? This post will help to understand better with the sample. You can also use Python4Delphi with C++Builder to build Python GUI apps on Windows.
Python4DelphiDemo33Sample App…