Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application
Message
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01413023
Message ID:
01413026
Views:
113
This message has been marked as the solution to the initial question of the thread.
>I typed "application. " in command windows and it showed some properties
>
>How can I add properties to it ?
>
>Is this my main application object ?
>
>Moises

No, usually the main application object is the one you create yourself. It's a custom (or line) based class what lets you store important global properties, have global methods, etc.

If you don't use one in your app, you can alternatively use

_screen.AddProperty

to add new properties and store some global info.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform