IDL Programming > Objects > Miscellaneous Object Classes > IDLitComponent::Cleanup

IDLitComponent::Cleanup

Syntax | Arguments | Keywords | Version History

The IDLitComponent::Cleanup procedure method performs all cleanup on the object, and should be called by the Cleanup method of a subclass.

Syntax

Obj->Cleanup

or

Obj->[IDLitComponent::]Cleanup

or

OBJ_DESTROY, Obj

Arguments

None

Keywords

None

Version History

6.0

Introduced