LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Subpanel existence

I am in doubt. I need to check if a subpanel exists or not in my application (I have the subpanelID). How can I do it?


0 Kudos
Message 1 of 2
(2,810 Views)
Given a particular top-level panel, you can iterate through its child panel tree, using the ATTR_FIRST_CHILD and ATTR_NEXT_PANEL panel attributes.

Luis
Message 2 of 2
(2,800 Views)