LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

where can I find information on property node porperties.

where can i find information of property node properties. i.e. A list of control,object,ect. and that each property controls. I have used the labview help(which is no help any info is same for all properties and does not tell you how to use or on what).
0 Kudos
Message 1 of 2
(2,414 Views)
If you're looking for what controls have this particular property - You can get a clue from the "Help for XXXX" item.
If you place a property node for an array for example, by default it is set to the VISIBLE property.
If you ask for HELP for VISIBLE - you get a page about VISIBLE, with the line "Inherits from Generic >> GObject >> Control Properties. Click on Control Properties to get a list of controls that share this property. (a lot)

If you change the property to INDEX VALUES, and ask for help on INDEX VALUES, you get the line "Inherits from Generic >> GObject >> Control >> Array Properties". Click on Array Properties and you see no subclasses, indicating that this is the only control that has this property.


If you're asking about what proper
ties this object has, the best answer is to look at the property node itself - it lists them for you.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 2
(2,414 Views)