DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Tue Jul 10, 2007 4:34 pm Post subject: |
|
|
| Kevinnn wrote: | well, if it havent been created yet ? well idk.
i startet out using
form1:=Tform1.create(self);
form1.showmodal;
but now i figured out all you need is form1.show;
heh  |
Well,ther'es diffrence between Show; and ShowModal;
Show; lets you open multiply UI's
Showmodal; is like uh...BringToFront...just in app itself,the opposite of Show;
|
|