Dynamic access to .NET class members in 10.2B

Posted by Vorgerd on 24-May-2011 09:32

Hello Developers!

All Replies

Posted by Admin on 24-May-2011 09:59

.NET Reflection is your friend. Can do much more than Progress reflection today (big sea of tears )

Attached is a sample helper class that dynamically get's and set's property values using reflection.

This thread is closed