09-27-2005 04:10 PM
09-29-2005 05:21 PM
Hi 10(nice alias),
If I am understanding you correctly, you are trying to show a list of all the properties for a selected control. There is no list for these properties that you can readily use...you will have to create the properties list manually depending on the type of control.
Ankita
10-03-2005 08:06 AM
Thanks Ankita. I might poke around a bit more. Most languages have hooks into run-time type information for controls and components (like an activeX control) you can query it to get this information and then display it in a property-setting dialog box. There is most likely something like this in LabVIEW too.
-10