Board index » delphi » Two questions about MDI forms!
Mitja.Pe...@guest.arnes.si (Mitja Perko)
![]() Delphi Developer |
Thu, 24 Feb 2000 03:00:00 GMT
|
Mitja.Pe...@guest.arnes.si (Mitja Perko)
![]() Delphi Developer |
Thu, 24 Feb 2000 03:00:00 GMT
Two questions about MDI forms!Hi! 1) 2) How to eliminate visible resizing of MDIClient form when creating |
Markiyan Kychm
![]() Delphi Developer |
Thu, 24 Feb 2000 03:00:00 GMT
Re:Two questions about MDI forms!Quote>Hi! (MainForm as TForm).FormStyle:= fsMDIForm; :-D Quote
than please reply me on condition you've got it. ian's revision. --- |
Claire Humphre
![]() Delphi Developer |
Sat, 26 Feb 2000 03:00:00 GMT
Re:Two questions about MDI forms!In article <5uuadd$9g...@kanja.arnes.si>, Mitja Perko Quote>Hi! (FormStyle:=fsMDIForm) and it must be created before any child forms or you will receive that exception. Quote>2) How to eliminate visible resizing of MDIClient form when creating Quote> Name : Mitja Perko Claire, c...@HallworthHome.demon.co.uk |
Adrian Berr
![]() Delphi Developer |
Fri, 03 Mar 2000 03:00:00 GMT
Re:Two questions about MDI forms!QuoteMitja Perko wrote: re: your questions, here is my 'two cents' worth: 1) I can't see that you're doing anything out of the ordinary, unless 2) There is a property listed in the Object Inspector called If you don't mind I have a question of my own. I have a parent form with As an alternative I could use the SendMessage function, but for one |
Charles La
![]() Delphi Developer |
Fri, 03 Mar 2000 03:00:00 GMT
Re:Two questions about MDI forms!I think you are trying to create an MDI child without having an MDI parent. To create MDI children, you must have a form that is active and its |
Marc Scheun
![]() Delphi Developer |
Sat, 04 Mar 2000 03:00:00 GMT
Re:Two questions about MDI forms!QuoteMitja.Pe...@guest.arnes.si (Mitja Perko) wrote: structure. I think you'll have to look into the VCL source code, however, since they're not documented in the help files....... You can set the size and position of the window at time of its Got the tip from the wonderful book "Delphi Programming Problem HTH |
John D. Yarro
![]() Delphi Developer |
Sun, 05 Mar 2000 03:00:00 GMT
Re:Two questions about MDI forms!Adrian Berry <so...@interlog.com> wrote in article <341D5B09.6...@interlog.com>... <snip> Quote> Mitja Perko wrote: The base TForm has no components defined. However, your program's derived form type does. Typecast as follows: mychild:=mymainform.activemdichild as Tmychildformtype and mychild will 'see' the components. -- |
1. Two MDI forms in one application ?
2. MDI without the main form being a MDI form
3. How to access MDI-Form's properties from MDI-Child-Form
4. mdi forms and non mdi forms mixed, problems with TEdit
6. Two Questions about resizing Windows (Forms)