The information in this article applies to:
SUMMARYVisual FoxPro 3.0 allows you to subclass any of the base classes provided by Visual FoxPro. When subclassing, you are free to add your own properties and methods to the predefined properties and methods for a base class. This article explains some of the considerations in defining and using classes. MORE INFORMATION
In general, there are no limits to the size of a class definition.
Theoretically, a class is capable of having four billion members
(properties and methods). However, every member definition does use a small
amount of memory. The amount of memory depends on the member name and
member value.
Additional query words: VFoxWin
Keywords : |
Last Reviewed: December 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |