Author: h.mohri
New in10.2.2TFDBatchMoveJSONWriter was added.
TFDBatchMoveJSONWriter is a Writer that combines with TFDBatchMove to out to a simple JSON. But, TFDBatchMoveJSONWriter has the function of generating Model definition ofExt JS.I tried with a field dynamically created withTFDMemTable.
code
The code below is a simple 64-bit console application.I wrote this…
Migrating is easier than you think!
December 26, 2017
As an Embarcadero Software Consultant, I’m often asked to help migrate legacy Delphi and C++ Builder code to the current versions. Developers have commented that their migrations were easier than they thought! Here are two recent Code Rage Sessions showing Migrating your…
Merry Christmas from Embarcadero Technologies
December 23, 2017
I wanted to create a holiday card for all of you, and I decided to create it in code was the best way. I used Sketch App to design the card and then converted it to Delphi code with Petra. You can download the code Gist. It is a FireMonkey TControl that you can either…
BeaconFence: Included with RAD Server Single Site License in 10.2.2 Enterprise and Architect Editions
December 22, 2017
BeaconFence is a developer proximity solution that delivers precise “GPS-Free” indoor/outdoor user location tracking and events with radial and geometric zones for any physical location and layout. Visually draw the layout of the physical location and beacon placement to track location information down to inches. Create radial and rectangular zones and track intersections, enters, and…
New in 10.2.2: Component icons
December 21, 2017
In RAD Studio 10.2.2, we have a number of UI upgrades (the new dark theme and welcome page and startup). But we have one more which I’m very pleased with and would like to share with you today: we’ve redone the component icons.
Old Icons – What’s…
New in 10.2.2: C++ and Debugger Improvements
December 20, 2017
In RAD Studio 10.2.2, we’ve made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi.
Debugger
Linux:many fixes when evaluating, especially when passing records or arrays
Android: Android debugging was broken…
New in 10.2.2: Welcome Page and Startup improvements
December 20, 2017
There are some nice new features in RAD Studio 10.2.2 for IDE startup and first use.
Startup
When Delphi and C++Builder start, you see a splash screen – a loading screen – as the IDE starts. This lists all the packages, plugins, and component libraries it has installed.
One common request has been to add a progress bar here, and in 10.2.2 we’ve done so.
In this screenshot…
macOS High Sierra and iPhone X Support in RAD Studio 10.2.2
December 19, 2017
RAD Studio 10.2.2 was released last week. As part of the release, we enhanced our platform support.
This includes newly added support for macOS Higher Sierra and improved support for iOS 11, including the new iPhone X.
iPhone X:
With 10.2.2, we support building…
New in 10.2.2: installer enhancements
December 19, 2017
In RAD Studio 10.2.2, we havemade some changes to the installer that should make installation a much nicer experience.
License Manager
When installing RAD Studio (or just Delphi or C++Builder),unless you are upgrading you will often be asked to enter a…
RAD Studio has offered support for JSON in different ways and for a long time. From the JSON system unit (originally part of the DBX space) to the old DataSnap table mapping (also via DBX) and to FireDAC tables to JSON mapping, there are many ways to interact with JSON data structures. However, until the most recent release, we lacked a way to map a dataset to a custom JSON structure — the…