C++DelphiIDENewsRAD Studio

New in 11.2: The Little Things That Add Up to Big Quality

Delphi, C++Builder and RAD Studio 11.2 is already available. I recently posted a peek into one new IDE feature. But what else is in the IDE? 11.2 is a quality-focused release. That means a lot of work on existing features, ensuring they work smoothly: high DPI VCL design, for example, is an area with a lot of focus and improvements. So is performance. So is the C++ toolchain, and the Delphi…
Read more
Case StudyDelphiNewsRAD Studio

Delphi Superpowers For Enterprise Software: Top 5 Case Studies

There’s always something pleasantly surprising or unexpected for end users when our customers develop enterprise software with Delphi, C++Builder or RAD Studio. For end users who have relied on software built with these tools for a decade or more, the advantages and benefits are even clearer. In other words, the longer a company has used enterprise level software built with Delphi, C++Builder or…
Read more
News

Delphi iOS Simulator Support in RAD Studio 11.2

(Updated on September 7, 2022) Embarcadero has just released the new version of RAD Studio 11 Alexandria, and we want to start sharing with you some of the features of RAD Studio 11 Alexandria Release 2 (or RAD Studio 11.2). Delphi iOS Simulator Support* A few years back, Delphi supported the iOS Simulator platform, running on Intel 32-bit Macs or 64-bit Macs offering 32-bit support. When Apple…
Read more
DelphiEventNews

Coding BootCamp 2022

Our free coding boot camp offers a comprehensive and interactive curriculum that will teach you the fundamentals of programming using Delphi and integrating with popular technologies such as Python, Android, iOS, Linux, and Arduino. You’ll also have the opportunity to…
News

RAD Studio Quality Portal 2022 User Guide

Embarcadero’s Quality Portal provides a community process for resolving, clarifying, and tracking quality issues regarding Embarcadero’s products and services. Embarcadero customers with an EDN account can create bug reports and feature requests, view other customers’…
How-To'sInterBaseNewsRAD Studio

Using FireDAC Connection Pooling with RAD Server

Connection Pooling Meaning A connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required. Connection pools are used to enhance the performance of executing commands on a database. Opening and maintaining a database connection for each user, especially requests made to a dynamic database-driven application, is…
Read more