C++DelphiRAD Studio

My five favorite new features in RAD Studio 10.4 Sydney

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…
Read more
C++

RAD Server: Mapping Web Properties to Folders

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…
C++

RAD Server Academy Course - lecture 7 extract - Returning JSON using JSONValue and JSONWriter.

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…
Read more
News

Using EMSDataSetResource Component with RAD Server

[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…
News

Introduction to Building Your First RAD Server Service

[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…
Read more
C++

C++ Compilers that ship with C++Builder 10.3 Rio

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++

Articles and News from the C++ community

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++” !=…
Read more