Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
News

3D Credits Scroll with Delphi

A little fun with Delphi for today’s Star Wars day! This is a pretty simple 3D form with a 3D layout at an angle, and then a 2D layout with text and images is animated up the 3D layout. The only code is populating the labels as the animation kicks off automatically. Download the code and run the full credit scroll, or change the message to share with your friends. It is FireMonkey, and while I…
Read more
News

My Blog is Having Serious Hiccups, Let's Plan a Move

You might have seen my blog has had a few issues recently. It is a very old application written in Delphi and running on a totally outdated Linux VM, hosted by a newer and more robust server. But the reality is, it is fairly fragile. First it had a kernel crash, caused by a…
News

Removing the Community toolbar

The RAD Studio IDE contains a toolbar allowing you to log on to Community, and see messages sent to you by other users, questions and answers, andother notifications. Recent website upgrades have caused issues with this toolbar for some users (now resolved), and we…
C++

Webinar Replay: C++ Software Security Sins

In the world of software development, we are up against new cyber security threats each day, and the risks and consequences of un-secure software is too great to be unaware of.   Join presenter, Mary Kelly, to address the key security sins related to C++ applications, how they happen and how to resolve them. Click on the link to the webinar replay below :  C++ Software Security Sins Buffer…
Read more
News

C++ Free Compiler Updated to 10.2.3

Embarcadero hashad a free download of our C++ compiler andRTL (capable of making Win32 apps) for many years, going back into the Borland days. (In fact, Idera as a company likes providing free tools – check out some of the others here.) We aim to keep…
News

10.2.3 C++ Hotfix for an issue with a 4KB or larger stack allocation

In 10.2.3, there is an issue affectingmethods using the fastcall calling convention that allocate 4KB or more on the stack inside the method. The stack allocation could result in the ‘this’ pointer containing an incorrect value. This was reported as: RSP-20171 RSP-20297 and RSP-20173 (duplicate reports) You can download the hotfix from CodeCentral. Technical info For…
Read more
C++

Using C++ Templates to Write Functions and Classes

C++ Templates : Blueprints for Generic Classes and Functions C++ Templates are a powerful feature within the C++ language that extends your capabilities within C++. Templates are a foundation of generic programming that lets you reuse your source code if you have…
News

Delphi Blogs of the Month #59

I have already blogged specifically about the 10.2.3 release, the patcheswe delivered for it, and linked to the collection of related articles in the community site athttps://community.embarcadero.com/blogs/tags/tag/10-2-3. In particular, the launch webinar reply…
News

Webinar Replay: Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase

When it comes to developing mobile applications, keeping data on your device is a must-have feature, but can still be risky. With embedded InterBase, you can deploy high-performance multi-device applications that maintain 256-bit encryption, have a small footprint and need little, if any, administration. What can participants expect to learn: Using InterBase in your mobile apps is easier…
Read more
C++CodeIDERAD Studio

What Are The Container Adapters in Modern C++?

Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released the new…

IN THE ARTICLES