 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
xubo Guest
|
Posted: Wed May 25, 2005 3:08 am Post subject: How to know the second form closed?? |
|
|
Hello:
there are two forms in my application--Form1 and Form2. In Form1, Form2
is dynamically created!
void __fastcall TForm1::Button2Click(TObject *Sender)
{
Form2 = new TForm2(this);
Form2->Show();
}
my question is when Form2 is closed, how should Form1 knows it and delete
Form2???? because only one instance of Form2 is allowed.
Thanks!!
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|