New Method Dialog Box

See Also

Allows you to create a new method and specify the description and visibility of the method.

This dialog box appears when you select New Method from the Class or Form menus.

Dialog Box Options

Name

Specifies the name of the new method.

Visibility (Classes only)

Specifies whether the class property is protected. Protected properties cannot be accessed by object instances, but can be accessed by subclasses. Hidden properties cannot be accessed by either object instances or subclasses.

Description

Contains the method description to be displayed at the bottom of the Properties window in the Class Designer and, if the property is not protected, in the Form Designer.