Tag: videos

Videos
Everything You Need To Know About Entity Component System

In this video from the recently concluded DeplhiCon 2021, we will learn everything about the ECS or Entity Component Systems and how this particular method differs from traditional programming. This webinar is hosted by Erik Van Bilsen of Grijjy and this one-hour-long session will show us how the idea behind this ECS method can make you look at programming from…

Read more
News, Videos
How To Make Windows Installers With Delphi 11

When you develop Windows software, the user’s first experience with your product should be a stable and reliable installer. It’s an important component of successful software. Interestingly, there are a great number of Windows installers available in the market today. These 3rd party programs will vary in terms of their prices where most of which are offered free as well…

Read more
Videos
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,…

Read more
Videos
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…

Read more
Videos
Everything You Need For Localization in Delphi Using TsiLang

Localization is very important in software development. It generally allows your software to conform to the cultural norms and linguistic trends of the people who will be using your software in any given geographic region. In this video from the recently concluded DelphiCon 2021, Gleb Sitikov will introduce us to TsiLang Component Suite and will tackle how this powerful and…

Read more
en_USEnglish