LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically reading controls in a Tab Control

I can use Property Nodes to read controls on a front panel, but they seem to miss controls inside a Tab Control.

Is it possible to programmatically read controls in a Tab Control?

Attached is an example VI illustrating this.
0 Kudos
Message 1 of 3
(2,800 Views)
I didn't open your code.

A tab control has a property called Pages. This is an array of page references. Wire this property node to a for loop, then use a property node to read the property CtlsOnPage to get an array of references for each element on the page of that tab.
Message 2 of 3
(2,779 Views)
That works, thanks.
0 Kudos
Message 3 of 3
(2,767 Views)