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

Ratings 4.68 / 5.00
Building Apps in Delphi With the VCL Part 3

What You Will 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

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 Should Attend!

  • Delphi developers

TAKE THIS COURSE

Tags

  • Delphi

Subscribers

75

Lectures

25

TAKE THIS COURSE



Related Courses