www.sdn.nl: recente artikelen
Sorteren op:
 
Advanced Delphi Classes
Sectie: Delphi, Auteur(s): Patrick van Logchem, Publicatiedatum: 10-3-2003
How many times did you wonder what classes are actually contained in your application, and how many instances of each class are currently alive? Well, I for one had wished for something like this on numerous occasions. It struck me as really odd that Borland never offered us a way to get to this information. A few months ago I had my umpteenth encounter with this limitation, and I decided to fix it once and for all. In this article I’ll present you the method I’ve used to get to a list of all classes. In the next article will show you how you can count the number of instances of all those classes in a running application.   lees meer...