16 Mar
2005
16 Mar
'05
8:42 p.m.
Garito wrote at 2005-3-14 13:51 +0100:
I try to control how an archetype object instance is deleted but I can't find the destructor
You use "manage_beforeDelete" for this. Note, however, that "manage_beforeDelete" is used also for moving. In this case, a "manage_afterAdd" will later follow (at the new place). -- Dieter