From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,568 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,565 Views)