|
IDL Reference Guide: iTools Object Classes |
|
The IDLitParameter::Cleanup procedure method removes the data observer from each data object in the visualization object's parameter set, and cleans up the objects and pointers defined to hold parameter data when the visualization object was created.
| Note Cleanup methods are special lifecycle methods, and as such cannot be called outside the context of object creation and destruction. This means that in most cases, you cannot call the Cleanup method directly. There is one exception to this rule: If you write your own subclass of this class, you can call the Cleanup method from within the Init or Cleanup method of the subclass. |
OBJ_DESTROY, Obj
or
Obj->[IDLitParameter::]Cleanup() (In a lifecycle method only.)
None
None
IDL Online Help (March 06, 2007)