Delphi

This Is How Technology Is Changing Windows IDE's Treatment

While the idea of integrated development environments (IDE software) dates back to 1983 when Borland launched TurboPascal, the first-ever editor-compiler integration, many believe the IDE wave really started with Microsoft’s Visual Basic and Delphi in the 1990s. Long vbefore even those early days, early developers would save their code on a variety of hard-copy mediums such as the IBM punch card…
Read more
News

Supercharging Development Productivity - Replay

When someone writes as much code as you do, it is important to make sure you are getting the most productivity for your time. This webinar focuses on tools, tips, and techniques to supercharge your effectiveness. Get your work done quicker. It is up to you what you will do…
DelphiRAD Studio

A Guide To Migrating From Legacy .NET Framework To Delphi

The application migration process can be easy or tedious, depending on the technology you are migrating. Moreover, migrating legacy projects to a new development environment might take a vast amount of time because of new software-from-scratch – re-engineering. Application migration is a broad term in the technological realm. Application migration can involve moving the app to a…
Read more
News

RADStudio IDE Keyboard Shortcuts Guide

RAD Studio Keyboard Shortcuts The RAD Studio IDE has a great number of keyboard shortcuts that can save you from grabbing the mouse and help you code even faster. The RAD Studio keyboard shortcuts can help developer productivity during many of the regular jobs a developer…
CodeDelphiNews

Fast Inverse Square Root in Delphi's Object Pascal

Does Delphi make you a better programmer? Is Object Pascal code more readable? There is an algorithm with a mystery constant that rose to fame in John Carmack’s Quake III Arena C code for quickly estimating the inverse square root of a 32-bit floating-point number. float Q_rsqrt( float number ) { long i; float x2, y; const float threehalfs = 1.5F; x2 = number * 0.5F; y =…
Read more
News

RAD Studio November 2020 Roadmap PM Commentary

by Marco Cantu, David Millington and Sarina DuPont Introduction The Embarcadero RAD Studio product management team regularly updates the product development roadmap for Delphi, C++Builder, and RAD Studio. As you can see in our official roadmap blog post, we have just…
News

C++ GM Update: Focus on C++ Quality in 10.4 And 10.4.1

Our refocusing efforts on quality assurance and bug fixes for C++ Builder has never been more clear than in 10.4.1. While we appreciate your patience, we don’t take it for granted. We have never been more energized to build on the solid foundations of C++ Builder and will continue this push in later releases throughout the year. Some highlights from this release: The Win64 debugger…
Read more