Delphi

Cross Platform Business Stats Dashboard App For Delphi 10.2.1 Tokyo On Android And IOS

The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2.1 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects plus a Survey Question Editor. And now there is a sixth project I am releasing for the Hospitality Survey App which is a Hospitality Survey Admin Client built in Delphi…
Read more
C++

Use the Excel.Application in C++Builder(bcc64)[JAPAN]

Author: Pixelot12345 How to use the Excel.Application in C++Builder. Target device is Win64. Use the ComObj, call in CreateOleObject (“Excel.Application”). Including ComObj is required. In C++Builder it is below. //// #include "System.Win.ComObj.hpp" Import from CSV file to Excel file. //// constexpr wchar_t const def_filename[] =…
Read more