The Methods Branch
The Methods Branch
The Methods branch () contains references to any user-defined methods that you have added to the application. Right-click the Methods node and choose New Method to add a new method. From forms and form objects that support methods that run in response to commands, you can add local methods that are defined in the New Method window that opens when you right-click a Form node, for example, and choose New Method. Enter a method name in the Name field and then click OK. A new Method node () with that name is then added, and an editor window for the method opens, where you can define the code for the new method (see Working with Methods).