Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

Q11 What is a simple method of clearing all the members of a class?

Scroll Prev Top Next More

In order to delete all members of a class, you need to use the delete from class action statement. The syntax to accomplish this would be as follows:

ESLLan17

This code would delete all the members of class PushButton_CL (OK_PB, Exit_PB). Note that this does not delete either the objects themselves or the class. To do this, you would use the delete action statement.