With RAD Studio 10.2 Tokyo, you can easily update your existing application and give it a modern Windows 10 look and feel. In today's post, I...
developer-tools
Why I Keep Choosing Delphi
Early on I learned Turbo Pascal, which was a huge step up from the Basic and Batch File programming I cut my whitening on. When Delphi...
New in RAD Studio 10.2.1: C++ Improvements
In Tokyo Release 1 (otherwise known as 10.2.1) we've made a number of improvements to our C++ support: a small but useful change in the...
Try condition_variable using C++Builder(C++11).
std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex. I tried...
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...
Embed the Chromium browser in your Delphi projects using DCEF3
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...
New in RAD Studio 10.2.1: CodeGuard for Windows 8 and 10
CodeGuard is a tool for runtime error checking in a C++ application, and catches memory leaks, invalid handles, invalid memory use (such as writing...
Как устроено лицензирование
Мы регулярно получаем много вопросов от заказчиков и пользователей продуктов RAD Studio по лицензированию продуктов Embarcadero. В подавляющем числе...
Обновленная версия RAD Studio 10.2 – готова для подписчиков
Embarcadero старается соблюдать баланс между удобством и стабильностью среды и инструментов наших разработчиков и поддержкой достаточно частых...
RAD Studio 10.2 Tokyo Release 1 ist verfügbar (10.2.1)
Release Notes: http://docwiki.embarcadero.com/RADStudio/Tokyo/de/10.2_Tokyo_-_Release_1 Download ISO: https://cc.embarcadero.com/item/30786...
Easy Add Custom Component Icons in Delphi
I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular...
Работа с системами управления версиями в RAD Studio 10.2
Система управления версиями — программное обеспечение для облегчения работы с изменяющейся информацией. Система управления версиями позволяет...
"Serverless Architectures on AWS" summer reading
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...
My "Expert Delphi" book published!
My "Expert Delphi" book has been published by PACKT Publishing and is currently available for a limited time for just $10 at...
Viewing Salesforce Data in RAD Studio Data Explorer
How to view Salesforce data in RAD Studio Data Explorer using the Enterprise Connectors for Salesforce. With the Enterprise Connectors for...
Getting Technical with Cary Jensen and FireDAC (Episode 74)
In this episode of the Podcast @ Delphi.org we talk with Cary Jensen about his new book Delphi in Depth: FireDAC and the upcoming Delphi...
Connecting to Chrome OS via ADB
This is part of my series on developing with Chrome OS You need to put your Chromebook in Developer Mode First. Enabling ADB Debugging...
Enabling Developer Mode on Chrome OS
This is part of my series on developing with Chrome OS Chromebook Developer Mode You need to put your Chromebook in Developer mode, which wipes the...
Changing a FireMonkey style at runtime
There is a great post by Sarina Adding a style selector to your application showing how to have a FMX application with multiple style books,...
Targeting Chrome OS with Delphi via Android and Linux
Google's Chrome OS is based on their Chrome Browser and runs on Chromebooks, which are halfway between a tablet and a laptop. They are designed...
Quickly find add-ons with new GetIt categories
We have added a number of new categories to the GetIt Package Manager in 10.2 Tokyo to make it easier to find what you're looking for in GetIt....
New free VCL Style from DelphiStyles.com available in GetIt
DelphiStyles.com sells custom VCL and FireMonkey Styles. They are offering a free custom VCL Windows Style for RAD Studio 10.2 Tokyo customers...
Use TRESTDataSetAdapter with arbitrary JSON
One basic question I get asked is how can I convert arbitrary JSON into some kind of data structure such that I can extract useful data?...
FireMonkey Android Compatibility Patch for RAD Studio 10.2 Tokyo
Before downloading the patch, please have a look a the bottom of the Code Central listing as it includes important installation details. This patch...