Table of Contents Previous Section Deleting Classes

Deleting Classes

  1. Select the class in the Classes window.

  2. Press the Delete key.

If you have a variable of this class and the variable's attributes are bound to elements in the component, a message box appears telling you so. Click Continue to delete the class. You'll have to bind the elements to other parts of the script.

Tip: The Tools->Script->Ungroup Variables command can create variables out of a dictionary's attributes and retain the bindings to those attributes. You might want to use this command before deleting the class. See "Creating Classes by Grouping" for more information.

Table of Contents Next Section