Delphi

New FireMonkey styles for macOS and Android Wear in 10.2

In Delphi, C++Builder and RAD Studio 10.2 we are providing two new FireMonkey styles: a dark blue style for Android Wear devices and a dark graphite style for macOS. You can access the FireMonkey styles at: C:UsersPublicDocumentsEmbarcaderoStudio19.0StylesMacOSmacOSgraphite.fsf C:UsersPublicDocumentsEmbarcaderoStudio19.0StylesAndroidAndroidWearDarkBlue.fsf To apply the style to your…
Read more
News

What's New in C++Builder 10.2: Part 1 - The Linker

RAD Studio 10.2 Tokyo will be out very soon, and I’d like to let you know some of what you can expect to see new on the C++Builder side.  While the majority of work is for Linux, which will be available for C++ in 10.2.1, we’ve worked on three key areas: Improved…
C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044   I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decompose PathInfo into std::vector<UnicodeString> and put it in. //// std::vector<UnicodeString>…