Share via


Working with Objects in Visual FoxPro

Visual FoxPro provides many ways to work with objects. By using objects you can create objects from classes for more reusable code, use objects to store data, and create code that is easier to read and reference.

In This Section

  • Container Hierarchy Object Referencing
    Describes how objects are referenced in the container hierarchy and explains the importance of identifying objects in relation to the container hierarchy.
  • Object Reference Creation
    Explains how to make a reference to an object, and describes the benefits of creating references over making copies of objects.
  • How to: Call Methods
    Describes how to call the methods of an object from anywhere in an application once it has been created.

Reference

Related Sections