Workbench User Guide : 13. Writing Scripts and Procedures : How You Can Write User Class Scripts
 
Share this page                  
How You Can Write User Class Scripts
A user class script contains the 4GL code for the methods of a user class. This script defines the behavior of your user class. The user class script contains the source code for all the methods of that user class. For each method in the script, Workbench provides a template with the required format of the 4GL code.
To write user class scripts, click Tools, Script in the Class Editor.
For more information about the Class Editor and creating user classes and user class methods, see Writing Scripts and Procedures. For more information about defining methods in user class scripts, see the chapter "Writing Scripts and Procedures" in the Programming Guide.