Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

LIVE! Monday at 9 AM PST – Podcast Episode on Programming Books

On Monday this week David, Craig, and Jim discuss some of their favorite programming books, both focusing on Delphi and C++ specific ones, and general programming topics. Live at these corresponding times: Location Local Time Time Zone UTC Offset San Jose(USA – California) Monday, February 19, 2018 at 9:00:00 am PST UTC-8 hours Boise(USA – Idaho) Monday…
Read more
News

RAD Studio 10.2.2 Tokyo February 2018 Patch Re-Released

Last week, Embarcadero released a patch for Tokyo 10.2.2, focused on Android and RTL improvements. What happened is that Windows would not always ask for execution with admin account (on systems with active User Account Control) and could end up copying the replacement files…
News

Collecting Multiple Pages of REST Results in a Single MemTable

I’ve run into this a few times, where a REST Service returns results in pages, so you have to make multiple passes to get all the data. One thing I love about the RAD REST Client Library is the ability to store all the data in the FDMemTable where you can work on it. Unfortunately when you can only get part of the results that limits the functionality. Here is a simple solution to get all the…
Read more
News

Delphi 23 and Delphi 10.2.3

Today is Delphi’s 23rd birthday. The product was launched on Valentine day in 1995 in San Francisco (andI had the luck to be there, as I covered in the past). 23 years is a lot of time for people. It is a incredibly long time for technologies. It is hard to find…
News

New Book Pricing

Author: NickHodges Hey, folks, I have some good news — I’ve dropped the prices on my books all across the board. This post from a few months ago has been updated with the new pricing. A few things to note: I’m giving dollar prices here, but the prices have also been lowered for Euros and British Pounds on Amazon. CreateSpace no longer appears to sell books directly, so I removed those…
Read more
C++

Exciting RAD Studio Developments in 2018

We have many exciting new features and product enhancements planned for Delphi, C++Builder and RAD Studio in 2018. In our September 2017 roadmap, we covered many of the new plans and features planned for 2017 and 2018. We are pleased to share details for Release 3 of…
News

LIVE! 13-Feb-2018 Delphi Web Frameworks

Join Craig, David, and Jim as they discuss Delphi Web Frameworks LIVE! 13-Feb-2018 at 12 AM CST [other timezones] Planning to discuss some of the following . . . Ext JS UniGUI MARS-Curiosity Smart Mobile Studio Kitto WebHub Elevate Web Builder RAD Server Web…
News

Modernize Your Apps

Modernization continues to be one of the most important topics for many of our customers. Delphi has been around for some time and there are plenty of great “legacy” apps going back all the way to Delphi 7. While it is a testament to the quality of our development frameworks, at some points ten-year-old apps are, well simply too old… Our community of developers are moving to the latest…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES