Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display properties of an object
Message
From
17/07/2007 10:34:11
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Display properties of an object
Miscellaneous
Thread ID:
01241080
Message ID:
01241080
Views:
66
I want to display all the properties of an object one-by-one, but if I don't know the name of the property, can I still do it?
FOR iFields = 1 TO EVALUATE('loObj'+LTRIM(STR(m.ix))+".FieldCount")
	? ALLTRIM(UPPER(EVALUATE('loObj'+LTRIM(STR(m.ix))+".NextProperty")))
ENDFOR
Next
Reply
Map
View

Click here to load this message in the networking platform