Execute Scripts and View Source with TEdgeBrowser
March 12, 2021
With the release of 10.4.2 Sydney, the TEdgeBrowser for Delphi, C++Builder, and RAD Studio now works with the released version of Microsoft Edge and the Microsoft Edge WebView2 Runtime. This VCL component offers a number of improvements over the existing TWebBrowser, and the…
A Delphi developer asked how do you change the background color of a FMX (FireMonkey) TEdit ?
As many know, for a VCL TEdit, you could just set the color property of the TEdit, like this:
Edit1.Color := clYellow;
Then at Run-Time, after calling Edit1.Color := clYellow, the…
February 2021 GM Blog - 10.4.2, Delphi's 26th & More!
March 2, 2021
These are exciting times! As vaccines advance and lockdowns ease, we are ready to get back to business. Like many of you, we never stopped. The hard work of our teams culminated in the release of 10.4.2 while advancing our many initiatives, as our collaboration with partners and the open-source community continues to grow. February is always special for us as we celebrate Delphi’s birthday—it…
What's New in 10.4.2 Sydney
February 17, 2021
Am I the only one who gets excited about new releases? If you look at the RAD Studio Roadmap you will see a new 10.4.2 release of Sydney is scheduled for the first half of 2021. If you are on Update Subscription then you were invited to the NDA 10.4.2 Hunter beta. Well now…
New Years Resolution: Learn. Teach. Repeat.
December 29, 2020
The title of this blog post may combine two somewhat overly familiar ideas, but it’s highly appropriate for the goals we have set. Learning and teaching Delphi is paramount for our success, and we plan to keep doing more of it in the New Year. Delphi education helps…
Turbo Charge Your Delphi Windows App Development With The TurboPack Essentials VCL Controls
December 17, 2020
TurboPack Essentials offers 13 different easy-to-use VCL controls to use in your Delphi and C++ Builder Windows Applications. It’s fast and easy to install using the GetIt Package Manager! You can find out more about TurboPack Essentials on the web.
Step 1. Open the GetIt Package Manager:
Step 2. Enter “Essentials” in the search box:
Step 3. Press the install button, GetIT…
RAD Studio 10.4 Launch Webinar Replay And Feature Round Up For Building Powerful Native Cross-Platform Apps
November 23, 2020
RAD Studio is the ultimate IDE with features both C++ and Delphi developers love to design, code, debug and test for cross-platform platform with native performance.
Supported Platforms: Windows, iOS, macOS, Linux, and Android (some platforms Delphi only)
Major Delphi…
C++ Builder 10.4.x Platform APIs
September 28, 2020
C++ Builder provides three levels of development:
⦁ Components (VCL and FMX)
⦁ Common Libraries (RTL).
⦁ Platform APIs (iOS, Android, Mac OS)
In this post we will discuss and show how to use the Platform APIs (iOS, Android, Mac OS).
Specifically, we’ll look at…
Generate Barcode with Winsoft Barcode for FireMonkey.
September 3, 2020
Overview
Winsoft Barcode for Firemonkey is the third party component to give barcode support on FMX platform.
Winsoft Barcode for Firemonkey is based on Zint, an open-source barcode encoding library.
Versions Supported: Delphi/C++ Builder XE2 – XE10.4.
Platforms: Windows, MacOS, iOS and Android;
Component encodes data into any of the following:
Australia Post barcode, Aztec Code, Aztec…