Business DevelopmentNews

The 3 Secrets to Getting a Steady Flow of Clients Through Professional Networking

Getting a steady flow of new clients is the lifeblood of any business and one of the best ways to do it is through professional networking, but creating the opportunities can be hard. What’s more important is being ready to capture the opportunity once it does appear. Professional networking events are a great way to build your connection and reputation, and capture the attention of prospects…
Read more
C++Code

LearnCPlusPlus.org :: Can C++ Builder Beat GNU C++ & Delphi?

Hello C++ Developers, We have a lot of great feedback from the “Introduction to AI” posts and we will continue posts about AI on our LearnCPlusPlus.org website, and we will keep diving into Classes & Objects in the next weeks so keep following along. Object-Oriented Programming (OOP) is one of C++’s most powerful features, distinguishing it from the C programming…
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…
CodeDelphiNews

Managing Delphi Expressions via a Bindings List component

After looking to binding expressions and how they can link to components, let’s move to the component aimed for managing binding expressions. In recent blog posts I covered Delphi’s RTL core expression engine and components binding. Now we can make an additional step and look into a key component for the entire bindings architecture, called BindingsList. A binding list is a…
Read more
CodeDelphiNews

Low Code App Wizard for Delphi

Low code app development is increasingly popular today, and for good reason: it speaks to the demand for software paired with the difficulty of creating it. In many ways, Delphi led the low code revolution: RAD, where you build software by connecting components in a visual…
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 the Delphi RTL. One of them is the expression engine. Recently I had some conversations with a long time Delphi developer…
Read more