News

RAD Studio Quality Portal 2022 User Guide

Embarcadero’s Quality Portal provides a community process for resolving, clarifying, and tracking quality issues regarding Embarcadero’s products and services. Embarcadero customers with an EDN account can create bug reports and feature requests, view other customers’ reports, and comment and vote on the reports most important to them. Embarcadero personnel also participate in Quality…
Read more
C++DelphiRAD StudioWindows

6 Best UI Toolkits For Windows

User Interface design is evolving and the age of building from scratch is gradually becoming a thing of the past. Modern integrated development environments, IDEs, often contain features such as low code wizards and pre-made templates with beautiful professional quality…
RAD Studio

Can I Do Linux Development On Windows?

Windows is the most popular desktop operating system in the world. Almost 50% of developers use it every day. At the same time, many of you are building and deploying applications to Linux-based servers running in the cloud. You need a solution for seamlessly developing…
C++DelphiRAD Studio

Everything You Need To Create iOS Cross Platform Apps

Here are the slides and links for the “Everything you need to create iOS cross platform apps” webinar presented by Embarcadero MVP Ian Barker and Tech Partner and MVP Serge Pilko on 19th July 2022. Is there a replay of the “Everything You Need To Create iOS Cross Platform Apps” webinar? Yes, here is the YouTube replay of the webinar in full along with the Q & A…
Read more
C++Code

How To Use Strings And File Names In C++ Software?

Hello to All Beginner and Professional C++ Developers, C++ Builder is a modern, professional IDE with great C and C++ compilers for a range of different OS platforms tocreate great C++ software. The C++ Builder IDE and runtime have a lot of modern features. This is…
C++CodeDelphiIDERAD Studio

How To Build iOS Apps Without A Mac

To effectively answer how to build iOS apps without a Mac, we first need to know why some form of a Mac is always going to be necessary for a very small part of this process even though we discuss here how you can use a Windows computer to design and program macOS and iOS…
News

A Delphi Demo with WeatherStack by APILayer

I recently gave a presentation about the use of cloud and REST APIs from Delphi at the Italian Delphi Day conference, at the end of June. Among the various demos, I made some experiments using APILayer REST APIs. In case you don’t know, APILayer is a company that is part of Idera, like Embarcadero. Why REST APIs Before we explore specific APIs and demos, I’d like to discuss the relevance of…
Read more
C++CodeIDEInterBaseRAD Studio

How To Design Screens For Cross Platform C++ Apps And More

Hello C++ Developers, In a previous C++ apps article we covered 5 easy C++ string methods to learn where we focused on how to iterate and manipulate strings in C++ in various ways. Today we have new different topics. In the first post pick, we will learn a reverse search method in modern C++. In another post, we will learn 3 different ways to remove characters of a wide string in a…
Read more