void (*DestroyFunc) (Object* obj)This function is called when the object is about to be destroyed. If you allocated any extra memory, ref'd any objects or otherwise made claim to any resources, this is where you release them. -- LarsClausen - 20 Sep 2002
| Edit -:- Attach -:- Ref-By -:- Printable -:- More |