How to Make an Array Protected
Article ID: 130989
Article Last Modified on 2/15/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130989
SUMMARY
The PROTECTED keyword of the DEFINE CLASS command can be used to protect
the Properties, methods, and objects in a class definition. You may want to
use the PROTECTED keyword to protect an array.
REFERENCES
For more information about the PROTECTED clause, search the Visual FoxPro
Help menu.
Additional query words: VFoxWin
Keywords: kbcode KB130989