Bart wrote:
> 
> 
> Should you free the form if you set Application as the owner? Will not 
> then Application try to free it again if the app closes, and throw an AV 
> at you?

No, when you free componentA which is owned by componentB, then 
componentA is removed from the childlist of componentB, avoiding a 
double free.

Marc

_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to