*  Program...........: fndchlds.app and fndchldb.app
*  Author............: Michael G. Emmons (mgemmons@bellsouth.net)
*  Project...........: Useful VFP Utilities
*  Created...........: 03/02/1999 10:54:10
*  Copyright.........: (c) Michael G. Emmons, 1999
*) Description.......: Utility to find all child classes of a given class
*  Major change list.: 03/02/1999 version 1.00.001 released


Using VFP's class browser it is extremely easy to find and modify the parent
class of a particular child class; just select the child, right click on it
and choose "Select parent class." But, what if you want to select a parent 
class and find all the children? This utility will allow you to do just that. 
It will search for subclasses in all class libraries of the directory you 
specify. The subclasses are presented in a list that you can double-click 
on if you wish to modify the class. 

There are two versions of this utility. A standalone version, fndchlds.app and 
a class browser addin, fndchldb.app.

The standalone version can be executed from the command line with:
do fndchlds.app

The class browser add-in will register itself the first time it is executed 
from the command line. After the program has been run at least once you will 
be able to click on a class in the class browser, right click on the toolbar, 
choose "addins..." and select "Find Child Classes."



Comments, bug reports and suggestions are always welcome.

Michael G. Emmons
mgemmons@bellsouth.net
