Objects

See Also

An object is an instance of a class. A class is a description of the data and behavior characteristics of a group of objects. Visual FoxPro objects can be forms, form sets, or controls. Use Visual FoxPro objects to implement consistent, dependable behavior throughout your application, to reduce the amount of code, and to increase the reusability of code.

Each object responds to specific events, and has properties and methods. You manipulate these objects through their events, methods, and properties.

To create objects

For more information about programming with objects, see Chapter 3, Object-Oriented Programming, in the Programmer's Guide. For more information about Visual FoxPro properties, events, and methods, see Chapter 4, Understanding the Event Model, in the Programmer's Guide. For a list of other controls you can use, see the ActiveX Controls Overview.