The Destroy function doesn't necessarily destroy anything
The Destroy function doesn't necessarily destroy anything. It is just another name for deleteRef. Thus it decrements the object's reference count. The Babel memory management system will destroy the object if the reference count goes to zero.
alphabetic index hierarchy of classes
generated by doc++