Writing Class Definitions Programmatically

You can define classes visually in the Class Designer and the Form Designer or programmatically in .PRG files. This section describes how to write class definitions. For more information about forms, see Creating Forms.

In This Section

  • Programming in Visual FoxPro
    Microsoft® Visual FoxPro® is a powerful interactive data management tool, but you also can access the full power of Visual FoxPro by creating applications. Understanding object-oriented programming techniques and the event-driven model can maximize your programming productivity.
  • Application Development
    As you develop an application, organize its pieces with the Project Manager, an integrated way to build and test your application as you go.
  • Object-Oriented Programming
    With object-oriented programming, you can create self-contained application components that respond to user actions and to the system and which can be easily maintained and reused.
  • Understanding the Event Model
    The event model defines when and how user and system interactions occur.