Share via


Working with Classes in Visual FoxPro

Visual FoxPro includes the capability to work with classes as part of providing the features of object-oriented programming. When you design and create a class, you are building a template so you can create objects from that class. Visual FoxPro includes designers and other tools for creating and managing classes.

In This Section

  • Classes in Visual FoxPro
    Provides an overview of classes in Visual FoxPro and discusses the benefits that classes provide.
  • How to: Modify Classes
    Describes how to modify a class using the Class Designer and when it is in a project.
  • Access and Assign Methods
    Provides an overview about Access and Assign methods that you can use to execute code when querying or attempting to change the value of a property.
  • 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 maintained and reused.
  • Programming in Visual FoxPro
    Describes how understanding object-oriented programming techniques and the event-driven model can maximize your programming productivity.