Global Methods, Form Methods, and Local Methods
There are global methods, form methods, and local methods. Global methods are displayed in the application tree and are accessible from all methods and form objects. Form methods are displayed in the application tree as child nodes to the form it belongs to. A local method is associated with a form object or event and can be opened from the corresponding Settings window.
Global methods are exposed to all components of the application whereas form methods are only exposed to the form that they are defined in and the form objects within that form. You can use form methods to provide a logical separation of the different parts of an application.