New Class Dialog Box

See Also

Specifies information for a new class; this information is then used by the Class Designer.

This dialog box appears when you select Class in the New dialog box and then choose New File or type CREATE CLASS in the Command window.

Dialog Box Options

Class Name

Specifies the name of the class definition to create.

Note   The name that you specify is converted to lowercase when the class is saved.

Based On

Specifies the class on which the new class definition is based. Choose from the list, or click the dialog button to display a dialog box from which you can select a .vcx file. This list includes all Visual FoxPro classes by default.

From

Lists the path to the visual class library of the base class you specified in the Based On box.

Store In

Displays a File Save dialog box in which you can specify the name of the visual class library in which to save the new class.

For more information, see "Creating a Class Library" in Chapter 3, Object-Oriented Programming in the Programmer's Guide.