12. Working With Classes : How You Can Create User Classes : Create Methods for a User Class : Edit an Individual Method
 
Share this page                  
Edit an Individual Method
You can edit an individual method using the Class Editor.
To edit an individual method
1. Select the application that contains the user class in the Applications portlet of the Develop tab.
2. Double-click the user class in the Components portlet.
The Class Editor is opened.
3. Click the Methods tab.
4. Select the name of the method.
5. Click Edit, Properties.
Alternatively, position the mouse cursor on the name of the method and click the secondary mouse button.
The MethodProperties dialog appears.
6. Change any of the method's properties as desired.
For descriptions of user class attribute methods, see Properties for User Class Methods (see Properties for User Class Methods).
7. Click Apply and then Close to close the MethodProperties dialog.
8. Click Tools, Script to edit the script for a user class method.
Workbench calls the Script Editor (or your system editor) for you to edit the code for your methods.
9. Click Close to save your script changes and exit the Script Editor when you have finished editing the method.
10. Click File, Save and Close in the Class Editor.