Base Classes in Visual FoxPro
Visual FoxPro provides a default set of classes, or base classes, that you can use immediately to provide basic functionality in your application. The following table lists the base classes in Visual FoxPro, though not all base classes are available in the Class Designer or for creating subclasses.
|
* Not available for subclass creation
All Visual FoxPro base classes except the Empty class recognize the following minimum set of events:
All Visual FoxPro base classes except the Empty class have the following minimum set of properties:
See Also
Tasks
How to: Create Classes and Subclasses