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

Implement CreateAnonymousThread with BCC32.

Author: h.mohri C++Builder 10.2 BCC32 can not write lambda.So write an implementation inInvoke() with TCppInterfacedObject<>. struct T_thread_proc : TCppInterfacedObject<TProc>{ TNotifyEvent f_ev_; struct T_sync_proc : TCppInterfacedObject<TThreadProcedure>{ TNotifyEvent f_ev_; T_sync_proc(TNotifyEvent& ev2){ f_ev_ = ev2; } …
Read more
Delphi

"Expert Delphi - Part 1" Webinar Replay

Author: Pawe Gowacki Great thanks to all people that attended “Expert Delphi – Part 1” webinars in different time zones. It was a pleasure to give a taste of the first six chapters of the “Expert Delphi” book and walk you through selected…
News

Expert Delphi Webinars with Paweł Glowacki

Paweł Glowacki’s book Expert Delphi and he is hosting a couple webinars where he will share some of the best parts. Expert Delphi – Part 1 Tue, September 12, 2017 at8 AM, 1 PM, 8 PM CDT Join Paweł for the tour through the first part of his recently published “Expert Delphi” book. In this demo oriented session, we are going to focus on how to become developer…
Read more
News

Hotfix for 10.2.1 Inherited VCL Forms Released

This hotfix addresses a bug introduced in RAD Studio 10.2.1 and reported as RSP-18792 in Quality Portal. The issue causes an inherited VCL form to fail to scale on high DPI displays. Actually the fix resolves also a couple of related problems. The download is available…
Delphi

REST with Datasnap Details in Practical Application Part 2

Author: Landerson Gomes When exposing the project I decided to make use of REST DataSnap on the server side, and on the client side of the REST Client Library, and Firemonkey to create our solution. For serialize and deserialize of JSON types, we use the new features of the JSON Frameworks (inserted from the Seattle version): System.JSON.Readers and…
Read more
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with…

IN THE ARTICLES