|
Sorry about English, but I don't have Korean in my work place.. But I can read Korean..
This forum give me lots of help and i'm always thanksful about you guys.
This application suppose to work like "Computer Management" apps in admin tools
Is there anyway i can close(using "X" on the top corner of form) mdi child form without access-violation?
Even if I use this still get error..//
TChild::FormClose(TObject *Sender, TCloseAction &Action)
{
Action = caFree;
}
for autocreated child form it works but for dynamically created ones
i got access-violation ..
there are no other components exception two empty forms.
Thanks..
|