CodeDelphiTech Partner

Writing Your Own Components For The FastReport Dialog

When creating a report, it is important not only to make a beautiful printed form that will display the data necessary for the user. but also a convenient prepress dialog where the user can set the parameters for generating the report. In the RAD Studio IDE Software, on the fastReport prepress dialog, there are already a number of components, for example, Label, Edit, Button, Memo. But…
Read more
C++DelphiRAD Studio

Quickly Migrate and Modernize Your Delphi/C++ Apps Using FastReport With Windows High DPI Setup

Display panel manufacturers have packed an increasing number of pixels into each unit of physical space on their panels resulted in the dots per inch (DPI) of modern display panels. In the past, most displays had 96 pixels per linear inch of physical space (96 DPI); in 2017, displays with nearly 300 DPI or higher are readily available. Variety of monitors like SD, Full HD, 4K Ultra HD, 8K Ultra HD…
Read more
DelphiDeveloper InterviewsRAD StudioShowcase

The Story Of Too Much Code And An Imaginary Friend

We’ve had quite a diverse array of submissions for our Enterprise App Article Challenge. Most have helped demonstrate the strengths of RAD Studio with Delphi as a highly efficient low code programming language. Several have featured component sets and technologies like FireDAC, and RAD Server has been mentioned in more than a few. I have to say, though, this is the first article submission…
Read more
C++CodeDatabaseIDEInterBaseRAD Studio

Advanced Programming - A Complete Guide To Programming In C++

A Complete Guide To Advanced Programming In C++ This article is part of a series which teaches you the basics of how to write C++ software. C and C++ both make use of pointers. Often, new C++ programmers can struggle with both the concept and correct use of pointers. In this post we will explain what pointers are along with a discussion of linked lists which are a very common data structure…
Read more