Jump to content

Control class/Genericity property: Difference between revisions

From LabVIEW Wiki
m Added Private Property Category to page
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:


== Uses ==
== Uses ==
{{ambox|text=Specific use cases for this property.}}
When True, the control or indicator will change to match the type of whatever data is wired to it, resulting in behavior similar to a [[Malleable VI]]. A VI containing a control or indicator with this property set to True becomes a [[Generic VI]]. <span style="font-weight:bold;color:red">Do not use this property. Generic VI's are an unfinished, abandoned feature of LabVIEW which is liable to cause crashes and corruption. Use a Malleable VI instead.</span>


== History ==
== History ==
Line 31: Line 31:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Property]]
[[Category:Private Property]]
[[Category:Private Property]]
[[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 03:41, 21 September 2020

VI Server Property Information
Property ID 633203C
Scope Private
Data Name Genericity
Short Name* Genericity
Long Name* Genericity
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 6
Owning Class Name Control Class
Data Type Boolean data type

Boolean

Property Node Genericity
PermissionsRead/Write


Uses

When True, the control or indicator will change to match the type of whatever data is wired to it, resulting in behavior similar to a Malleable VI. A VI containing a control or indicator with this property set to True becomes a Generic VI. Do not use this property. Generic VI's are an unfinished, abandoned feature of LabVIEW which is liable to cause crashes and corruption. Use a Malleable VI instead.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links