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:
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.