News

Debugger Hotfix for macOS Sierra and the iOS Simulator

Author: Sanggaard We have been working on several hotfixes to address recent operating system changes on iOS (10) and macOS (Sierra) that affect debugging with RAD Studio. In December we released a hotfix for debugging on 32-bit iOS 10, and we are pleased to release a second hotfix for debugging on macOS Sierra and the iOS Simulator. This hotfix addresses: RSP-16322: Problems deploying to or…
Read more
News

Making Win10 Calendar controls database-aware

Author: Dmitry Kovalenko Programming is fun. Sometimes projects and apps are more serious, sometimes less. On my recent Delphi 10.1 Update 2 presentation two times I have been asked about data-aware versions of new VCL Win10 calendar controls. Here is the code. unit…
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
C++

Custom buttons and the integrated Style Designer

Author: Jorge Batista With the integrated Style Designer in RAD Studio Berlin, you can quickly create custom image buttons. For creating entire multi-device styles from scratch, we recommend you use the Bitmap Style Designer, available via the Tools menu. Create a new…
Delphi

Visualizando y utilizando Mapas (Componente TMapView)

Author: Terry Swiers En Delphi podemos utilizar diferentes componentes que nos permitan visualizar mapas en nuestras aplicaciones. El más básico, es el componenteTWebBrowserdel que ya he hablado otras veces en el blog. Al final un la visualización de un Mapa (utilizando los diferentes servicios existentes) no es más que la visualización de una página web. Si queréis ver entradas…
Read more
News

Setting Up Ubuntu Server for the Delphi on Linux

Author: daniel L62827 After part 1 you should be up Update Subscription so you can join the Godzilla beta. Here are the steps for installing Ubuntu 16.04.1 LTS Server and setting it up for use. We are using Ubuntu Server because we don’t need the extra parts for the…
News

With Delphi the Whole World is Under Control

Hamburg, Germany has the largest model railway in the world – The Miniatur Wunderland. Miniature Wunderland is Hamburg’s #1 tourist attraction and attracts 1.3 million visitors from all over the world. It’s particularly distinguished by its high level of detail; 260,000+ figurines, driving trains, cars, ships, and more. How Everything Began The project of twin brothers Gerrit…
Read more