Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Standard class library
Message
From
09/10/2009 04:21:46
 
 
To
09/10/2009 02:56:04
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01428415
Message ID:
01428420
Views:
61
>As I wanted to start a new application with an its own controls class library, i was thinking to duplicate the vfp standard class but I can't remember where it's placed and its name....to be honest i don't even know if it does really exists :)
>

Do you mean the VFP base classes? They are not located in a VCX, you can just derive your first-level custom classes from "Form", "Textbox", and so on. See also ALanguage() in Help:
lnClasses = ALANGUAGE(laClasses,3)
DISPLAY MEMORY LIKE laClasses
hth
-Stefan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform