|
-
Mar 8th, 2002, 08:02 AM
#1
Thread Starter
Junior Member
list functions of Class
I have a class module with 6 let/get properties.
Can I list a names of that properties at run time with my program? I need a values of properties of some class at run time
For example:
for i = 1 to numberofproperties
x(i) = myClass...value of i property
next i
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|