Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referring Objects that are not created like Objects
Message
 
 
À
16/12/1998 13:37:41
Marcelo Codino
Mystic & Faith - Sistemas -
Buenos Aires, Argentine
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00168171
Message ID:
00168181
Vues:
28
Marcelo,

Once an object is released the memvar that pointed to it will have a .NULL. value and still be type "O". I'm not sure what you mean by "can I change this .null."

ox = createobject( "form" )
ox.Visible = .t.
? type( "ox" ) && now it's O
ox = 123 && releases the form and changes the memvar to a numeric
? type( "ox" )

>If you have a Form or another object that is not created with CREATEOBJECT, it takes .NULL. value.Ok? Well, can I change this .NULL. value by "O" value with TYPE() or any other command ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform