D
deepakmitbhu
Hi,
I'm developing a database application using Borland C++ 6.0.
In one of the form the application throws an error when exiting
because of the following peace of code.when code inside the function
is removed it works perfectly.
void __fastcall Tf_ftp::FormDestroy(TObject *Sender)
{
AddToLog(Memo1->Lines);
}
The FormDestroy method is called when MainForm tries to destroy a
module in the application.
The troublesome code works perfectly elsewhere.
Please throw some light on FormDestroy function and it's handling.
Regards,
Deepak
I'm developing a database application using Borland C++ 6.0.
In one of the form the application throws an error when exiting
because of the following peace of code.when code inside the function
is removed it works perfectly.
void __fastcall Tf_ftp::FormDestroy(TObject *Sender)
{
AddToLog(Memo1->Lines);
}
The FormDestroy method is called when MainForm tries to destroy a
module in the application.
The troublesome code works perfectly elsewhere.
Please throw some light on FormDestroy function and it's handling.
Regards,
Deepak