C++DelphiRAD Studio

My five favorite new features in RAD Studio 10.4 Sydney

There are so many great new features in 10.4 Sydney, but when asked for a top five I had to prune my list a lot. Here are my top five favorite new features in RAD Studio 10.4 Sydney. 1) The new TEdgeBrowser component is a great advance for building Windows apps. Even better is the update to the TWebBrowser component that give developers flexibility to select which browser engine you want to use…
Read more
C++

Updating RAD Studio 10.4 Sample to Fix LF Issue

There was a configuration issue in RAD Studio Sample GitHub Repository (https://github.com/Embarcadero/RADStudio10.4Demos), namely the fact the demos were configured with LF only (Line Feed), rather CR LF (Carriage Return and Life Feed) as the RAD Studio IDE expects.
C++

RAD Studio 10.4 Now Available, Learn More

We are very excited to announce the release of Delphi, C++Builder and RAD Studio 10.4 Sydney. RAD Studio 10.4 delivers significant improvements for Windows 10 VCL desktop development, Delphi multi-device development, and developer productivity that optimize application performance while reducing time developers spend building and maintaining code. The installers for RAD Studio 10.4 Sydney, Delphi…
Read more
C++

Getting Started with InterBase for RAD Users

Most, if not all, of your applications will connect to some database backend.  For Delphi and C++Builder users, most have either used it previously or have heard of it. InterBase is a zero admin, small footprint database engine that offers enterprise grade database…
C++

VCL Per-Control Styles - New in RAD Studio 10.4

In the past, the VCL library allowed a developer to select one style (or no style) for the entire application. In 10.4 the VCL library allows you to use multiple VCL styles at the same time in different forms of your applications, or even different controls of the same form. You can also mix styles elements (controls and form) and elements using the Windows default platform theme. This feature…
Read more
C++

RAD Server: Mapping Web Properties to Folders

In my Embarcadero Academy RAD Server courses, “Using Delphi and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based Solutions” and “Using C++Builder and RAD Server to Rapidly Design, Build, Debug, and Deploy Services-Based…
C++

New C++Builder YouTube video series - "Rapid C++ Development: Combining C++Builder with MSVC++"

A new ten part YouTube video series,“Rapid C++ Development: Combining C++Builder with MSVC++” by Rob Swindell, covers some best practices for combining C++Builder with Microsoft Visual C++. In the video series Rob resents the following chapters: Chapter 0: Introduction and Overview Chapter 1: Object & Library Compatibilities Chapter 2: Creating Compatible…
Read more