Wednesday 6 September 2017 photo 18/22
|
Delphi mdi child form position: >> http://bit.ly/2gKiVRy << (download)
In windows Application,how we fix a child form at a fixed position in a an MDIChild of the first Form which we have defined as an MDIParent
7 Jun 2000 Delphi 5 I have a bit of the problem in positioning a MDIchild form. Here is the situation: 1. MDI child form's Position property is set to
21 Apr 2010 To create MDI child forms invisible you set their Visible property to False , and in addition you have to disable the VCL behaviour of
17 Aug 2010 I set the MDI child window position at its FormShow: procedure TForm2.FormShow(Sender: TObject); begin Top := 200; Left := 400; end;
As default, everytime I set up a MDI Form and whenever I add a normal form and set the formstyle to 'MDICHild', it always showing i use a form placement component that saves the form size, state & position to the registry
It seems that those child form appear lower and lower to tbe bottom of the main form. Is there any way to re-position those MDI child ? (I already
6 Aug 1997 >I have tried all the variations of the "Position" property of the form >(poDesigned My MDI Child forms come up at the designed size. The child
30 Dec 2003 Is there a known problem with MDI children's size being changed even though tForm.position is poDesigned? I am creating MDI children in my
1 Jan 2015 Name: Center an MDI Child Form Within the Parent ' Description:useful when you need to center an MDI child form within the parent windo ' By:
12 Jul 2009 Mike Meier wrote: > I'm working on an MDI app where the user can open a set of child > forms, then close them again, open others, etc.
Annons