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

Creators Update BPL Loading Issue and Tokyo Release 1

As mentioned in the release notes of Tokyo 10.2.1, the latest release of RAD Studio addresses the issues caused by Windows 10 Creators Update and related with DLL and BPL loading. The issue is caused by a change (a bug!)in the DLL loading algorithm of the operating system, an issue that Microsoft has fixed in the new coming release of Windows 10, currently known as Fall Creators Update.
Read more
C++

Try condition_variable using C++Builder(C++11).

Author: h.mohri std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex. I tried the wait() function in std::condition_variable.This is combined withstd::unique_lock<std::mutex>. I…
News

Thought Controlled Drone in Tokyo

While I was in Tokyo for the Tokyo launch I worked with the Embarcadero office there to make a new BCI demo video. This is using the Emotiv EPOC wireless EEG headset to read cognitive thought patterns, which are transmitted wirelessly to the laptop and the Delphi powered…
News

Embed the Chromium browser in your Delphi projects using DCEF3

Author: Craig Chapman In this video, I demonstrate installing the DCEF3 project into Delphi/RAD 10.2 Tokyo to provide the embedded Chromium browser to your VCL and Windows FMX projects. Since the chromium browser is used by default on Mobile targets, this allows your windows applications to use a compatible browser to the one used on other targets. Best viewed fullscreen…
Read more
News

CAD with C++Builder, episode#1

Author: Seva Leonov Learning tasks and motivation When teaching programming skills, especially with C++, one of the main issue is the selection of right examples and tasks. C++ is not that easy both in syntax, and concepts, and sostudents are demotivated just by the…
News

Delphi Tokyo Release 1 or 10.2.1 is Now Available

You can read more about the release and its rationale in the PM article published in the community: https://community.embarcadero.com/article/16556-rad-studio-10-2-1-released-today For the actual release information docWiki page, including how to obtain the release, what’s new, known issues, visit: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_1 …
Read more
Delphi

Easy Add Custom Component Icons in Delphi

Author: Pawe Gowacki I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular bitmap of a specific size and color depth and then use Image Editor. This is documented in many places…
News

"Serverless Architectures on AWS" summer reading

Author: Pawe Gowacki Summer is a great time to catch up with books that you have on your shelf, but do not have time to read. Obviously I would suggest starting from my recently released “Expert Delphi”, but there are plenty of other interesting books to look at.
News

More 2017 FireDAC Webinars

To follow up with our recent FireDAC in Depth with Cary Jensen we have a series of FireDAC webinars to help you learn more about everyone’s favorite database access framework. Each webinar is offered at 8 AM, 1 PM and 8 PM US Central Time to provide access in all timezones. 25-Jul (Tue) FireDAC Introduction An introduction to the multi-platform, multi-database, full…
Read more
ModernizationNewsWhitepaper

WebStencils and HTMX: Free Guide to Fast Web Development

We’re excited to announce the release of our comprehensive White Paper – WebStencils and HTMX: Fast Modern Web Development with RAD Studio. This guide is designed to help developers create…

IN THE ARTICLES