Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set and Get appl obj property good practice
Message
 
 
À
14/08/2009 16:14:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01415630
Message ID:
01418178
Vues:
50
I believe he used Pemstatus and you used TYPE. Both can be used and I doubt there is any noticeable performance difference.

>Your code is identical to mine, except for the Addvar function which I added since I actually needed the Addproperty method in one special case. Since Addproperty was overridden and not available, I added the Addvar function as a replacement. But I admit that I only very rarely use the Addvar function.
>
>>What about simpler version below.
>>
>>DEFINE CLASS ParameterX AS Custom
>>	FUNCTION This_Access(tcMember)
>>		IF NOT PEMSTATUS(This, tcMember, 5)
>>			This.ADDPROPERTY(tcMember, NULL)
>>		ENDIF	
>>		RETURN This
>>	ENDFUNC
>>ENDDEFINE
>>
>>
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform