News

Delphi Data in JetBrains Developers Survey

The 2021 Developer Ecosystem Survey conducted by JetBrains offers some interesting information about Delphi and its strengths. JetBrains conducts one of the largest yearly developers surveys, along with StackOverflow. Given its breadth (over 30K developers), the survey is significant for the industry overall, even if skewed towards the communities and programming languages they offer IDEs and…
Read more
NewsWindows

Browsing in a Windows Application: From Internet Explorer to WebView 2

Microsoft is announcing platform changes regarding HTML rendering in applications and RAD Studio VCL Windows library has TWebBrowser for MSHTML and TEdgeBrowser components for WebView2. It is fairly common these days in a native applications, like a RAD Studio VCL Windows applications, to have the need to display web content embedded into the applications itself. Microsoft recently made a couple…
Read more
DelphiIDENews

From Bindings List to Visual LiveBindings

Having looked into Delphi’s expression engine, component bindings, and the bindings list component, we can now look at the easy and intuitive way to configure an application with dynamic bindings, the Visual LiveBindings design surface. Over the past few weeks, I…
DelphiIDENews

Delphi Binding Expressions, Properties and Components

Continuing last week blog post on binding expressions, let’s see how components can participate, but creating expressions that refer to properties. Last week I introduced Delphi RTL expression engine in the blog post at https://blog.marcocantu.com/blog/2021-may-delphi-expression-engine.html. Now let’s make an additional step. I want to explain how components and their properties can…
Read more
News

Using Delphi's Expressions Engine

Delphi RTL include a very powerful expression engine, which is one of the foundations of the Live Bindings architecture, but can be used as a separate engine for processing expressions. This blog post offers a quick introduction to the topic. There are many hidden gems in…
News

Konopka Signature VCL Controls Version 7

A new version of the KSVC bonus package with enhanced HighDPI support is now available in RAD Studio GetIt Package manager. The Konopka Signature VCL Controls library is a VCL library with a nice set of enhanced visual controls and powerful embedded designers. Embarcadero…
DatabaseInterBaseNews

Embarcadero Expands InterBase Support For Visual Studio

Embarcadero has released a new InterBase ADO.NET driver for Visual Studio. The new driver, made available as a Nuget package and listed in the Visual Studio marketplace, will offer Visual Studio 2019 IDE integration and full support for ADO.NET and the Entity Framework. The InterBase NuGet Package The newly released NuGet package for Visual Studio includes a brand new ADO.NET driver for…
Read more