Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local variables
Message
De
01/09/2000 09:54:55
 
 
À
01/09/2000 08:45:34
Robert Arnett
Saints Software and Systems
Kosciusko, Mississippi, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00410962
Message ID:
00411691
Vues:
13
>Trey, Thank you very much. I notice that in the class info.../members tab that the properties have a visibility of Public. Is that the same thing as my going into the Load event and declaring a Public variable? Bob A

Public properties and methods can be accessed from anywhere within an application.

[As long as the object is in scope.]

Protected properties and methods cannot be accessed by object instances, but can be accessed by subclasses.

Hidden properties and methods cannot be accessed by either object instances or subclasses.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform