Managing Classes and Class Libraries

Visual FoxPro uses stored definitions of classes in class library files. You can perform tasks such as create class libraries, add classes and subclasses, copy and rename classes, redefine parent class relationships, and remove classes from class libraries.

Visual FoxPro provides several means for managing classes and class libraries. However, using the Class Browser to manage classes updates projects and forms as well as class libraries. Changes that you make in the Class Browser propagate through every class library (.vcx) and form (.scx) file that is open in the Class Browser.

In This Section

Related Sections

  • Object-Oriented Programming
    Discusses how you can create self-contained application components that respond to user actions and to the system and which can be easily maintains and reused.