News

New in 10.2.3: FireMonkey UI Templates - Login Screens

Only the first template will be auto-opened after installing a GUI template, but you can access the other two templates by navigating to C: Users Public Documents Embarcadero Studio 19.0 Samples Object Pascal Login Screens   Login Screen #1  Shown: FireUI Master view with custom Emerald Crystal macOS style applied    Shown: FireUI iPhone 4.7″ view with custom Emerald Crystal…
Read more
C++

New in 10.2.3: CMake Support

A very exciting feature in C++Builder 10.2.3 is support for using CMake with our compilers.  Let’s dig in! This post is the first in a series on CMake, and will cover: What CMake is How to write a CMakeLists.txt file How to build a project on Windows What is…
News

Google Cloud Shell Network Details

Marco Cantu’s blog post about Running a Delphi Linux Application on Google Cloud Shell got me wondering more about the Google Cloud Shell, specifically around the networking. First of all, is the IP address public? jim@cloudshell:~$ hostname -I 172.18.0.1…