Zen API
|
Protected virtual method that deallocates any resources owned by the object.
This method can be overridden in derived classes to free any resources owned by derived instances.
Each derived class should call the VRelease method of its parent class as the last statement in the derived VRelease method.
object | Object instance. |