Phillip Brooks
20 years ago
Use the Application Control Pallete.
Open a VI reference (could be to your current vi) use a property node to return a Front Panel reference, then use a property node to return an array of Controls[ ]. You can pass this Controls [ ] array into a loop and then read the control name, caption, visability, value, etc...
Be sure to close your control references if they are not for your current vi (it's actually better to close any reference when in doubt).
Open a VI reference (could be to your current vi) use a property node to return a Front Panel reference, then use a property node to return an array of Controls[ ]. You can pass this Controls [ ] array into a loop and then read the control name, caption, visability, value, etc...
Be sure to close your control references if they are not for your current vi (it's actually better to close any reference when in doubt).