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

New "Delphi Memory Management" book is a hit!

Author: Pawe Gowacki Yesterday evening I have found an excellent Delphi book I have been always waiting for! The full title of the book is “Delphi Memory Management for Classic and ARC Compilers” and it is written by Dalija Prasnikar. The book is available…
News

New in 10.2.1: Debug visualisers for Delphi generics

Debug visualisers are a type of IDE plugin that allows you to changethe display of a variable in the various debug windows (Local Variables, Watches, Inspector, and Evaluate/Modify.) For example, the TDateTime visualiser takes the double value that represents time and instead displays that time converted to a string. You register a debug visualiser for a type, so all variables of that type…
Read more
News

My Courses on the New Embarcadero Academy

The online training site Embarcadero Academy, an independently-run but Embarcadero affiliated training web site, was launched a couple of weeks ago: http://www.businesswire.com/news/home/20170918005798/en/Embarcadero-Academy-Debuts-Online-Courses-Developers-Levels. The…
News

Embarcadero Academy

Author: Pawe Gowacki One developer asked me recently on Embarcadero community chat where he could find any learning resources for Delphi. Then I have realized that maybe not everybody is aware that just recently “Embarcadero Academy” has launched! It has been a…
C++

Wi-Fi management from applications using C++Builder

Author: h.mohri UsingC++Builder 10.2 Tokyo, explain how to switchWi-FionAndroid. ManageWi-Fiswitching usingJWifiManager I usedi_JWifiManager which wrappedWifiManager.di_JWifiManager is theDelphi interface.Set the variable._di_JWifiManager f_WifiManager;use it like this. Required headers Header file for using…
Read more
News

Why I Choose Delphi Summary

Over the summer, there has been a number of blog posts on the “Why I Choose Delphi?” topic. While providing personal ideas, they do have common themes and I think there are very interesting to read, for anyone who is using Delphi today (or used it in the past).
C++

RAD Studio 10.2: Windows 10 VCL UWP/WinRT Support

Windows 10 VCL Universal Windows Platform (UWP)/WinRT Services and Components has been added to the Run Time Library (RTL). For example, the Windows 10 Notifications Componentand Windows 10 Sharing/Contract Component, for both Object Pascal and C++ is included in RAD Studio, Delphi and/or C++ Builder Introduction/Background on WinRT To implement Windows 8 and Windows 10 features like…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES