Reads all Classes and their subcomponets.
First I had the idea to read all packeges into one of these objects
to get (one file) and a complete class list, but I think such a large html
file would be rather slow to load. So I'd prefer to create one object (means one file)
for one read source file.
This Class Creates for every file it should parse a cCopySpy object.
So it is a simple object list with a special interface.
This is done to allow to scan for dependencies. ("Use Pack.pkg" Statements)
So every during a scan detected "use" statement will cause a "Delegate send RunParseFile ..."
So this file is parsed, too.
*****************************************************************************************
Created '2000 Michael Kurz
This code can be used in any apllication for free, but must not be sold in any way.
$FileName : CodeSpy
$ProjectName : Analyse VDF code (class definitions)
$Author : Michael Kurz MichaelKurz@gmx.at
$Created : 12-08-2000 @ 00:10
Contents:
Build a structure of all classes and their Properties, Functions and Procedures
*****************************************************************************************
TH-RevisionStart
22.10.2001 12:01 Removed clearing of the Additional Mk SERVER
Objects
TH-RevisionEnd