IDE

15 Tips to Graduate from Classroom C++ to Modern C++ Part 3/3

Adopt the latest standards C++ is a great programming language with it’s standards dating from 1998. The C++ standard is not about teaching how to use C++; it is a formal and very detailed technical document intended primarily for people writing C++ compilers and standard library implementation. This allows developers to code knowing that their code will work on other toolchains implementing…
Read more
DelphiIDENews

Code Insight Improvements in Delphi 10.4.2

RAD Studio 10.4.2 was planned as a feature-focused followup to the quality-focused release of 10.4.1. However, besides delivering some major features we also fixed more issues in 10.4.2 than in the previous release! This applies as much to Code Insight, or DelphiLSP, as to other parts of Delphi 10.4.2. Let’s have a look at what’s new. First, the features… Error Insight — now Error…
Read more
C++CodeDelphiIDERAD Studio

Edit Custom Style to change the background color of a FMX TEdit

A Delphi developer asked how do you change the background color of a FMX (FireMonkey) TEdit ? As many know, for a VCL TEdit, you could just set the color property of the TEdit, like this: Edit1.Color := clYellow; Then at Run-Time, after calling Edit1.Color := clYellow, the Edit1 looks like this: But, a FMX TEdit does not have a Color property, so how do you do the same for a FMX TEdit? There are…
Read more
DelphiIDENews

What's New in 10.4.2 Sydney

Am I the only one who gets excited about new releases? If you look at the RAD Studio Roadmap you will see a new 10.4.2 release of Sydney is scheduled for the first half of 2021. If you are on Update Subscription then you were invited to the NDA 10.4.2 Hunter beta. Well now…
DelphiIDENewsTech Partner

Accelerate Development With The Latest FMX And VCL Packages Via Embarcadero GetIt

The RAD Studio IDE has a package manager called GetIt built in which that allows you to browse, download, purchase, and install packages. Packages provide libraries, components, IDE extensions, SDKs, styles, samples, and more. Packages available in the package manager can be browsed on theEmbarcadero GetItsite and installed in the IDE or via a command line. Additionally, the latest…
Read more