Noutați

Discover Annotating and Commenting Your Delphi Code With This Learn Delphi Video

In this video, we will learn how to annotate and comment on your Delphi code to make it more readable for your teammates, colleagues, your teachers, and also for yourself. You will learn the importance of commenting and annotating the Delphi code and what are the benefits you can gain from it in return. According to the video, by commenting and annotating your code, you generally describe what your code means and it makes it easier for everyone to read them. In addition to that, annotating and commenting on your code allows you to create documentation for your program which makes it easier for you to locate problematic codes or areas that need change or revision in the future. This method also helps you analyze or assess the purpose of your code as quickly as possible. Feel free to watch the video and see the step by step procedure on how to annotate or comment on your code.

Read More

Explore the Concept of IPO (Input, Process, Output) in Programming With This Learn Delphi Video

After learning about how to declare variables in a Delphi Project, it is time to explore another important aspect of Delphi Programming. In this Learn Delphi Video tutorial, we will learn about the concepts of IPO or the Input, Process, Output. It is important to note that in order to make programming easy and to plan a consistent flow for Delphi projects, most software developers often apply the concepts of IPO. Discover more about this important methodology in programming and learn how to apply such concept in a Delphi Project and how it can help you easily structure and plan your code in a logical manner. This Learn Delphi Video Tutorial will demonstrate the layout of an IPO table and how to apply it on a project, by declaring variables and populating them.

Read More

Learn How to Declare Variable in A Delphi Project in This Learn Delphi Video

In this Delphi Programming tutorial video, we are going to learn more about the variables and what exactly is their role in Delphi programming. According to the video, variables are containers or placeholders in memory with specific data types such as byte, integer, string, and more. We also learn that those variables are declared using a descriptive name that follows naming rules and conventions. You will also learn about the characteristics and purpose of a variable in this Learn Delphi Video tutorial. Interestingly, this video will teach you how to properly declare and use variables in a Delphi Project. To explore more about variables in Delphi Programming, feel free to watch the video above.

Read More

Delphi GUI Programming with FireMonkey Book

Create modern yet effective multi-platform applications by building interactive UIs following a single codebase approach to boost productivity Key Features Delve into the FireMonkey framework and explore its powerful capabilities Enhance the user experience by using various technologies included in Delphi and FMX Boost developer productivity through the cross-platform capabilities enabled by the framework

Read More

Discover How to Program The Delete Procedure in Delphi in this New Learn Delphi Video

If you are one of the aspiring programers who accepted the challenge from the recently concluded Learn Delphi Video tutorial about String Variables, you should watch this video to see if you have programmed your Delphi Project correctly. The aforementioned Learn Delphi video tutorial series aimed to teach us how to use String Functions to process and manipulate values in String Variables in a Delphi Project. We have also learned how to use a String Procedure and how to apply it on a Delphi Program. In this video, using the same Delphi Project, we will learn and explore the Delete Procedure. Explore how this procedure works and how to process them in a Delphi Project in this new Learn Delphi video that features a step-by-step and easy-to-understand demonstration.

Read More

Learn How to Process Insert Procedure In A Delphi Project In This Four-Part Learn Delphi Video Tutorial

Finally, we have reached the final part of this Learn Delphi Video Tutorial series about String Variables and how to process and manipulate them in a Delphi Program. The early tutorials have covered several String functions such as Length, Concat, InputBox, Copy, Pos, UpperCase, LowerCase, and Trim. To conclude this tutorial, we are about to learn the remaining String procedures such as the Insert Procedure. In addition to that, the video above will also help us differentiate string functions from string procedures. This Learn Delphi Video tutorial series also introduced a Delphi Project that you will learn to program from scratch. It is important, however, to start the tutorial from the very beginning. To learn more about how to process the Insert Procedure in a Delphi Program, feel free to check the video above. Enjoy!

Read More

Learn How to Use the StringReplace Function to Manipulate A String Variable in this Learn Delphi Video

In continuation of the four-part Learn Delphi Video Tutorial on how to use String Variables in a Delphi Program, here’s another video that will allow us to explore another String function. This time, we will learn how to use the StringReplace Function to manipulate a String Variable. From the previous Learn Delphi Video tutorials, we have learned several String functions like Length, Concat, UpperCase, LowerCase, Trim, Pos, Copy, and InputBox. We also learned the differences between a String function and a String Procedure like Insert. Now, this video will give us more idea of what is a StringReplace function, how to use it, process it, and manipulate it in a Delphi Project. Feel free to watch the video above and learn how exactly this function works.

Read More

Discover How to Process Copy, Pos, and InputBox String Functions in a Delphi Project in this Learn Delphi Video

In this four-part Learn Delphi Video tutorial series, we will explore everything about String Variables and how to process and manipulate these String functions and procedures in a Delphi or windows app development Project. The first part of the video already tackled Length () and Concat() String functions while the second part discussed three additional String functions including the UpperCase(), LowerCase(), and the Trim() functions respectively. In this video, we are going to learn three more String functions including the InputBox(), Pos(), and Copy() functions. The tutorial video will also highlight a Delphi Project which you can learn how to code in the first part of the series. If you already have the project, feel free to watch this video and learn how to program Copy and Pos() string functions. Good luck!

Read More

Learn More About String Functions (UpperCase, LowerCase, and Trim) With This Learn Delphi Video Tutorial Series

Things are getting more and more fascinating in this four-part Learn Delphi Video tutorial series. After we have explored the Length and Concat String functions from the first part of the String Variable tutorial series, we are going to learn other String functions such as UpperCase, LowerCase, and Trim. This Learn Delphi Video Tutorial series will explore everything about String Functions and how to process and manipulate them in a Delphi Program. In this video, you will also learn how to get input from the user with the InputBox function. If you want to explore more about the String Variables and how to process them in a Delphi or windows ide program, watch the detailed tutorial above.

Read More

Let’s Explore How to Use String Functions In a Delphi Program in this Learn Delphi Video

Now that we have learned how to declare a variable in a Delphi project in the previous Learn Delphi Video, it is time to go deeper and explore the variables of different data types and learn how to manipulate and process them. In this particular Learn Delphi Video tutorial, we will learn everything about the String Variables. The video aims to teach us how to use String functions to process and manipulate values in String variables in a new Delphi project. The video tutorial series will highlight various String functions such as Length, Concat, IntToStr, UpperCase, LowerCase, Trim, Copy, Insert. This video will focus more on String functions – Length and Concat. For the comprehensive Learn Delphi tutorial and to learn more about Delphi and windows development, feel free to watch the video above.

Read More