C++

Implement CreateAnonymousThread with BCC32.

Author: h.mohri C++Builder 10.2 BCC32 can not write lambda. So write an implementation in Invoke() with TCppInterfacedObject. struct T_thread_proc : TCppInterfacedObject{ TNotifyEvent f_ev_; struct T_sync_proc : TCppInterfacedObject{ TNotifyEvent f_ev_; …
C++

Get Started with RAD Studio 10.2.1 using Sample Projects

  Guided Tour The Guided Tour is a step-by-step bubble pop-up tour that shows you how to build your first multi-device FireMonkey application using the FireUI Designer. Following the steps in the tour is a good starting point for anyone new to the FireMonkey framework. You…
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 at 8 AM, 1 PM, 8 PM CDT Join Paweł for the tour through the first part of his recently published…
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…