Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count Properties?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00778415
Message ID:
00778417
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>I made an object with SCATTER NAME under VFP8. How to enumerate all of the properties and enum the property types of that object?
>
>Thanks.
local i, n, aa[1], member
n = amembers(aa, obj)
for i = 1 to n
	member = aa[i]
	?member, type('obj.' + member)
endfor
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform