getNextSubClasses

getNextSubClasses(currentColl:  ClassColl;
                  subclassColl: ClassColl input);

The getNextSubClasses method of the Class class adds the classes that are subclasses of the current class from the collection specified in the currentColl parameter to the collection specified in the subclassColl parameter. (Note that the collection is not cleared before instances are added.)