C++CodeRAD Studio

5 Things About C++ Software To Learn Today

Hello to all beginner and professional C++ developers, C++ Builder is a modern, professional C++ IDE and has great compilers to create amazing C and C++ software for most popular OS platforms. The C++ Builder IDE and its C and C++ compilers are packed full of features to help you develop professional apps in the most modern and efficient ways. This week, we will explain how to insert a string…
Read more
DelphiShowcase

PAT: An Incredible Process Analysis Tool Made In Delphi

PAT is an additional Tool for a BMS-System like PRIVA and it is developed in Delphi. According to the developer, it has the following functionality: – Import / Export of Values via CSV, Excel, Database, MODBUS, XML or JSON– Report-Designer incl. automatic creation of energy management-Reports– Event-System– Alarm / Message import and Statistic– Web-Interface via…
Read more
IDENews

Updated XML Mapper - MVP Project

Recently we launched a new experiment of opening up some internal projects for MVPs to work on. As opposed to some of our open-source initiatives like Bold, these are still owned by Embarcadero and a primary part of the product. This is something MVPs have requested the option to be in involved in for a while, so it is very exciting to finally say it is in full swing and a success. The first…
Read more
News

Opening a PDF on Android with Delphi

Intents on Android using API 26 to open PDF documents. The Google Play store recently updated its requirements, so new apps were submitted with an API level of 26 as the target. While this was relatively simple to accomplish by updating the AndroidManifest.Template, the transition to the newer API altered the behavior of my application. I used to download a file to the CachePath and then share it…
Read more