   This was discovered on 1:30am. And what I understand is that
Application object contains all components in Components property
(after it is Created). Then, I thought isn't TForm part of these
components, then it hit me. 

   Why don't I search through the list of components and find the form
class name. 

   Guess what it worked.

   Of course the form file must be in the project, and must be created
before you'll find it in Application.Components property.  That's why 
I have a button "Get Components" that will retrieve the "ClassName" of
all created components. 
   And you must know the form class name (actually you can concatenate 
the 'T' to the form Name). 

The program is done to demonstrate that. 
1) Run the demo.
2) Click on "Get Components" button.
3) Select a "Class name", which should be of type form.
4) Click the "Show" button... And the form is shown. No need to declare it
   in the uses clause.

El-Hamdo le-Llah, 

Enjoy, 
Any comments send to:
   Waheed Alshahnan
E-Mail:  wfa@po.cwru.edu