The Inspector’s Methods page displays the current object’s built-in methods, that is, the methods pre-defined for the component. You can call these methods in methods you create with the Source editor. Methods you create in the Source editor can be inspected on the Methods page.

To delete a method in code, you must be in the Source editor. Then, with the cursor in the method you want to delete, choose Method|Delete Method.

Note

A function inside a class is a "method." The keyword for method is "function."