> I currently develope application that uses TPageControl as some kind of > container. > I use ordinary TForm to be displayed on a tabsheet: simply create a form > without window caption, create a new tabsheet, assing tabsheet to > form.parent and make the form visible. Closing the form destroy tabsheet.
Altough it work with TForm, TFrame have been introduced for this kind of TForm usage. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

