Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How filling a property with an objectreference at design
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00168392
Message ID:
00168761
Vues:
23
Hello Mike, Hello David,

thanks for your additional suggestions. As I am just stepping into OOP your ideas are very helpful to me.

At this time, all that the label shall do is, to switch some BoundObj properties like BackColor, TabStop and so on. So, for now my Label will do as shown below. However, I'm sure, it won't last long, that other features might be implemented. :o)

Click-Method:
Local loObject
If Not Empty (This.BoundObj)
loObject = Eval (This.BoundObj)
If Type ('loObject') = "O"
loObject.PROPERTY = ...
EndIf
EndIf

Again, thanks for your replys

Tom
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform