DelphiTech Partner

Creating Custom File Dialogs: ShellBrowser Delphi Components

No doubt, the VCL FileDialogs offer a multitude of configuration options that cover most standard use cases. But sometimes this might not be enough and you want to create a specialized custom dialog with a different layout, additional controls (e.g. for import/export dialogs) or different looks. Rebuilding the dialog from scratch, including all the file system related components, will however in…
Read more
C++Code

C++ Lambda Expressions for Beginners

A lambda expression defines an anonymous function or a closure at the point where it is used. You can think of a lambda expression as an unnamed function (that’s why it’s called “anonymous”). Lambda expressions make code cleaner and more concise, and allow you to see…
DelphiRAD StudioTech Partner

How To Make An Epic Dashboard Visualization For Windows, Mobile And The Web The Easy Way

Dashboards, graphical visualization of data, seem to be everywhere, especially in these pandemic times where daily and weekly trends take on a very personal significance. In this article, we are going to look at a beautiful dashboard that you can very easily customize to suit your own needs. Visualization is the art of making the useful, beautiful. There is only so far you can get with…
Read more
C++

LearnCPlusPlus.org :: Learn about Input & Output, Constants, Literals, Data Types, Learn to use VCL & FMX Styles, Generic Algorithms and more

Dear C++ Builder Developers, We keep adding a lot of great blogs from the LearnCPlusPlus.org website for beginners, new developers in C++ Builder, and professionals. We have another great new C++ Builder post picks from the last week.  Do you want to modernize your C++ applications on Windows? Try Styles in C++ Builder, it comes officially with Rad Studio and very easy to use glomerulus…
Read more
DelphiInterview

Developer Stories: Flavius Fernandes Talks Through His ERP Sirius +Mobile

Flavius Fernandes has been using Delphi since Borland Delphi 5. His showcase entry (ERP Sirius +Mobile) is featured at the Delphi 26th Showcase Challenge and we interviewed him to learn more about his Delphi journey. You can learn more about his application at the ERP website. When did you start using RAD Studio/Delphi and have long have you been using it? I have been using Delphi…
Read more