Étiquette: DelphiCon

Vidéos
Everything You Need to Know About APILayer in Delphi

Application Programming Interfaces or simple APIs play a very huge role in windows app development. One of its core functions is to simplify software development and innovation by enabling applications to exchange data and functionality easily and securely. An API is a set of defined rules that explain how computers or applications communicate with one another. Interestingly, in this video…

Lire la suite
Vidéos
What Are The Things You Didn't Know About JSON?

JSON plays a huge role in windows application development, especially when transmitting data in web applications. The JSON format is used for serializing and transmitting structured data over a network connection. Nowadays, most developers are greatly in favor of JSON because it’s extremely lightweight and it is easier to read compared to something like XML. Despite the popularity, it is…

Lire la suite
Vidéos
This Is How To Catch Leaks in Delphi and C++ with Deleaker

Detecting memory leaks is a very important task for any Windows app development. In programming languages like Delphi and C++, the programmer can dynamically allocate additional memory to hold data and variables that are required for the moment but not used throughout the program. When those memory areas are no longer needed, the programmer must remember to deallocate them, otherwise,…

Lire la suite
Vidéos
How To Make A Simple Database App in Delphi Without Writing Any Code

Delphi is demonstrably one of the easiest programming languages to learn. Despite the apparent simplicity of the program source code, Delphi is a modern, extremely capable, high-level programming language that works well for both beginners and professional developers. In this video from DelphiCon 2021, we learn how to use Delphi as a No-Code Development IDE software. Patrick Prémartin demonstrates how…

Lire la suite
fr_FRFrench