Miniatur Wonderland Hamburg is the world’s largest model train set as officially certified by the Guinness World Book of Records. Apparently the whole system is powered by software built in Delphi on the back end (including the control room). Embarcadero’s Jim McKeeth has another article where he details more about the control room and the other software like Railware that controls the…
RAD Server: Beyond the Basics Webinar Replay and Code
July 30, 2018
Last week’s webinar on RAD Server was well attended, which is great because we see increased interest in the RAD Server technology. We have great plans for it for the coming release!
Watch the Webinar Replay
The video of the webinar is on YouTube…
[Update: With the 10.3 Carnival Beta, you’re now able to target the Google Play Store to meet the new API level requirement. If you’re a customer active on Update Subscription, contact your sales representative if you haven’t received an invite to join the…
Create App Store ready apps with Community Edition
July 26, 2018
Start building visually stunning multi-device applications right away with these great tools accessible from the IDE’s Welcome Page.
TIP: If you accidentally close the Welcome Page, you can reopen it by going to View > Welcome Page.
This article covers the following:
Guided Tour in the IDE
Code Samples and Mobile Snippets
Stunning, ready-to-use Application…
RAD Server: Beyond the Basics Webinar Tomorrow
July 24, 2018
Over the last few months and the 10.2.x updates, RAD Server has been extended with several new features. But the technology also has several other advanced features we rarely discuss, because the typical one hour webinars we doare often only enough to cover the basic…
Welcome to the second blog post in the ‘Learning to program with C++Builder’ series – a set of five articles taking you from knowing nothing about C++ to writing a real-world, useful application. The first entry covered installing C++Builder Community. Now it’s…
Learn to program C++ with C++Builder Community Edition: #3, Design, Architecture, and UIs
July 24, 2018
Welcome! Last timewe looked at the IDE, projects, a simple first application, and basic use of the debugger. Today we’re actually going to write code!
Weare going to write a scientific calculator. It’s a useful, real-world app. You might put it on your phone and use it (and we’ll show how to do this in the last blog post of the series.)
Part of programming is…
Welcome!Last timewe looked at the architecture of a simple calculator app, showing how to design an application well by separating the UI and logic, abstracting through interfaces, and ensuring each class had a single responsibility. That’s important…
Learn to program C++ with C++Builder Community Edition: #5 Operators, and final application!
July 24, 2018
Welcome to the fifth and final episode of Learning C++ with C++Builder Starter.Last time, we had a calculator and numerical input, demonstrating using boost::optional, smart pointers, and more. This post is shorter: it will finish the calculator with operators…
Free Field Service App Template Solution Quick Start Guide For Android, iOS, macOS, and Windows
July 22, 2018
The RAD Server Field Service Template consists of three main components and a setup application (also check out the deep dive). The Field Service Admin app has been tested on Windows and macOS (but probably also runs on Android and iOS). The Field Service App has been tested on Android, iOS, macOS, and Windows. The Field Service Setup has been tested on Windows. The Field Service Server has been…