It is simple to add properties to a form, at design time, using the VFP8 menu options. Similarly, can one add properties to a listbox at design time, and if so, how. I know how to accomplish this at run time using addproperty() method or function.
The form's properties can be edited in design view by going up to the system menu FORM - EDIT PROPERTY/METHOD...
As for the list box, you would need to subclass it in a vcx, call it something like clsList. Then you can add/edit properties of the subclass by going up to the system menu CLASS - EDIT PROPERTY/METHOD
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.