LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

getting control references which are in tabs

Hello,

In a labview vi, we can successfully get all the control references, including references to tab controls.  We would also like to get at the control references of controls which are contained within the tabs.  We've been hunting around the methods/properties of the vi pane references (where we found the controls[]) reference, and can't seem to find how to access the control references within tabs.  Does anyone know the method/property to do this?

 

Thanks

David Jenkinson

0 Kudos
Message 1 of 2
(2,574 Views)

The Pages property will return a 1D array of references to each page. Then you can autoindex this to get the controls for each page reference:

 

Example_VI_BD.png

Message 2 of 2
(2,571 Views)