Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class on form and in variable
Message
De
03/09/2001 06:20:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00551725
Message ID:
00551746
Vues:
22
Yes, my wording was a bit iffy - I thought it might have been mis-interpreted.

Thanks
Kev

>Hi!
>
>You said:
>>>If I created a variable that creates one of my objects and I also use this object on a form - will the variable and the form just reference it.
>
>I thought you already did it so form reference control. When you dropped control in design time onto the form, these will be completely different objects. You can do it another way:
>
>goApp = CREATEOBJECT("oAppObject")
>...
>{form}.AddProperty("goMainApp")
>{form}.goMainApp = goApp
>
>Only this way form and goApp variable will reference the same object.
>
>
>
>>Vlad
>>
>>Between messages I just gave it a try and it doesn't.
>>
>>I do a:
>>
>>goApp = CREATEOBJECT("oAppObject")
>>
>>then fire up the form (which has the object dropped into it) and change a property on the form object, and it doesn't change it for goApp object.
>>
>>???
>>
>>Kev
>>>YES.
>>>
>>>>Hi
>>>>
>>>>If I created a variable that creates one of my objects and I also use this object on a form - will the variable and the form just reference it.
>>>>
>>>>i.e if the form changes something on the object, will the variable also reference the same changes?
>>>>
>>>>Thanks
>>>>Kev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform