Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Apps in Delphi With the VCL Part 3
Rating: 4.5 out of 5(9 ratings)
85 students

Building Apps in Delphi With the VCL Part 3

We continue our coverage of the VCL, including two of the most complex controls TListView and TTreeView
Last updated 4/2026
English

What you'll learn

  • Be able to use TListView and TTreeView - the two most complex VCL components
  • Be able to use all the common dialog components
  • Add Help to your application

Course content

3 sections24 lectures5h 13m total length
  • Introduction0:42

    Explore Delphi's VCL controls, focusing on two of the most complicated ones and other common properties, and learn how to implement context-sensitive help.

Requirements

  • Viewing Parts 2 and 3 is recommend but not required

Description

We've covered a lot in Parts 1 and 2, but there is still lots of interesting stuff to go. Here in Part 3 we tackle two of the most complex VCL components: TListView and TTreeView, both of these are highly useful. TTreeView is used whenever you want to display hierarchical information, such as a directory structure or nodes in an XML file. Use TListView whenever you want to display a list of items, such as files, with their file name, size, modified date etc. If you are like me you will use TListView regularly when building applications.

In the second half we cover all of the dialog components, you will find yourself using the various open and save dialogs all the time, so it is important to know them inside and out. 

Next we examine context sensitive help (pressing F1) - a highly important topic for the usability of your applications. Then finally we look at a few of the remaining controls and a number of additional properties on TForm.

Who this course is for:

  • Delphi developers