Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01413023
Message ID:
01413026
Vues:
112
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform