Liz Hundy wrote:

> Is it possible to have an MDI form which is not the main form of an
> application?
> 
> I want to build a form that contains several different views that can be
> tiled / cascaded / opened / closed independently. But it will not be the
> main form of my application.

Sure, despite the names there's no direct relationship between an 
MDI Main Form and the Main Form of an application.

The default VCL code uses the first form created with the 
Application object as its owner as Application.MainForm, and if 
you've used the MDI Application template, that will indeed be the 
MDI MainForm, but you don't have to leave it that way.

Stephen Posey
[EMAIL PROTECTED]





__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to