The Hospitality Survey Admin dashboard project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am going to…
Guided Tour
The Guided Tour is a step-by-step bubble pop-up tour that shows you how to build your first multi-device FireMonkey application using the FireUI Designer. Following the steps in the tour is a good starting point for anyone new to the FireMonkey framework. You…
Author: h.mohri
C++Builder 10.2 BCC32 can not write lambda. So write an implementation in Invoke() with TCppInterfacedObject.
struct T_thread_proc : TCppInterfacedObject{
TNotifyEvent f_ev_;
struct T_sync_proc : TCppInterfacedObject{
TNotifyEvent f_ev_;
…
Author: h.mohri
Use C++Builder 10.2 to control audio volume of iOS.
I used the MPVolumeView class of iOS.
The MPVolumeView class is declared in “iOSapi.MediaPlayer.hpp”.
Include two files.
#include
#include
Form design
Arrange “Up” and “Down”…
Author: h.mohri
Convert from CSV file to “JSON file” of “TFDMemTable format”.
This program uses C++Builder 10.2 Tokyo Release 1.
include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include…
Why should you care about header dependencies in C++? One reason is header dependencies can have an impact on building, refactoring, testing and on the structure of your software.
And reducing header dependencies in C++ also reduces compile time dependencies – the…
Author: h.mohri
std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex.
I tried the wait() function in std::condition_variable.This is combined with std::unique_lock.
I thought of the…
Author: Pawe Gowacki
It is very exciting time for Delphi and C++Builder developers! Embarcadero just announced partnership with CData to provide the whole suite of new FireDAC drivers that provide connectivity to major APIs and web services.
The list of new FireDAC drivers…
Join Our Global Developer Community
Join our email list and receive the latest case studies, event updates, product news, and much more.
Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder. Design. Code. Compile. Deploy.