OOP Course ::
So far in this part of the free online Delphi OOP Lessons we have looked at ways of accessing objects data. In this example we look at accessing the objects themselves. This chapter provides an example that shows how to create a series of Client objects, add a reference to each object to a list, in this case a TListBox component, and display the contents of each object by dereferencing the matching item in the list. The PDF and the Full Source Code along with Homework Solutions can be downloaded.
So far in this part of the free online Delphi OOP Lessons we have looked at ways of accessing objects data. In this example we look at accessing the objects themselves. This chapter provides an example that shows how to create a series of Client objects, add a reference to each object to a list, in this case a TListBox component, and display the contents of each object by dereferencing the matching item in the list. The PDF and the Full Source Code along with Homework Solutions can be downloaded.
Related:
Comments
No comments yet. Leave a Comment

