There are so many great new features in 10.4 Sydney, but when asked for a top five I had to prune my list a lot. Here are my top five favorite new features in RAD Studio 10.4 Sydney.
1) The new TEdgeBrowser component is a great advance for building Windows apps. Even better is the update to the TWebBrowser component that give developers flexibility to select which browser engine you want to use…
RAD Server: Mapping Web Properties to Folders
March 13, 2020
In my Embarcadero Academy RAD Server courses, “Using Delphi and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based Solutions” and “Using C++Builder and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based…
New C++Builder YouTube video series - "Rapid C++ Development: Combining C++Builder with MSVC++"
March 9, 2020
A new ten part YouTube video series,“Rapid C++ Development: Combining C++Builder with MSVC++” by Rob Swindell, covers some best practices for combining C++Builder with Microsoft Visual C++. In the video series Rob resents the following…
RAD Server Academy Course - lecture 7 extract - Returning JSON using JSONValue and JSONWriter.
January 15, 2020
I’ve uploaded an extract of me RAD Server Embarcadero Academy course Lecture 7 –Returning JSON using JSONValue and JSONWriter. This video clips will give you an example of one of the lectures that are included in the Delphi and C++ courses.
The clips (on my YouTube channel) show you how to use JSONWriter to output rows and columns of database data as JSON data.
There are clips…
New Delphi and C++Builder RAD Server Courses now on Embarcadero Academy
December 22, 2019
I am proud to announce that two new RAD Server courses are available on the Embarcadero Academy!
What You’ll Learn
Watching the lecture videos, reading the lecture course notes and working with the example cpde you’ll learn the following:
RAD Server’s application…
Using EMSDataSetResource Component with RAD Server
May 14, 2019
[See the full index of articles for more information]
Table of Contents
The EMSDataSetResource Component
Test the RAD Server application
Create VCL client application using the EMSDataSetResource endpoint functionality
Additional Information
1 The EMSDataSetResource…
[See the full index of articles for more information]
Table of Contents:
1. Using the RAD Server Project Wizard
2. The Wizard Generated RAD Server Project and Source Code
3. Configuring your first RAD Server Application
4. Testing your first RAD Server Application
5. See Also
In this blog post, you’ll learn how to build your first RAD Server service-based applications using Delphi and…
C++ Compilers that ship with C++Builder 10.3 Rio
November 21, 2018
Embarcadero has RTM’d RAD Studio, Delphi and C++Builder 10.3 Rio (version 20.0) today. You can read the press releasehere. Included in the release are several C++ compilers.
C++Builder 10.3 Rio (20.0) C++ Compilers
BCC32 – the classic 32-bit windows…
C++ language update - ISO C++ meeting, Bjarne videos, and more
November 15, 2018
Here are a few recent updates regarding the ISO C++ Language and CPPCon 2019 videos with Bjarne Stroustrup.
Herb Sutter’s Trip report: Fall ISO C++ standards meeting (San Diego)
“On Saturday November 10, the ISO C++ committee completed its fall…
Articles and News from the C++ community
September 1, 2018
To prepare for the appearance of C++17 support in the “Carnival” release of C++Builder (RAD Studio August 2018 Roadmap), here are some recent articles that have appeared in the C++ community. To stay up to date on what’s happening with ISO C++ you should bookmark the ISO C++ foundation’s website.
Modern C++: 7 Ways to Fake It Until You Have It
“Modern C++” !=…