How to Declare Arrays on Forms Without Making Them Public
Article ID: 128737
Article Last Modified on 2/12/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q128737
SUMMARY
In Visual FoxPro, you can declare an array on a form as a form property
that can than be used to populate an object on the form rather than
declaring the array as public. The example in this article illustrates
this.
Additional query words: VFoxWin
Keywords: KB128737