Jump to content

VI class/Modifications.VI Modifications Bitset Old property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
Added History.
Line 13: Line 13:
{{TOCright}}
{{TOCright}}


Indicates if changes were made to the VI since the VI was saved. If the value is zero, no changes were made. If the value is nonzero, changes were made.
This property is similar to the options available on the Explain Changes dialog box.


== Uses ==
== Uses ==
Line 18: Line 21:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 8.6|link=LabVIEW 8.6]]
|More info to come.
|Use the new [[VI class/Modifications.VI Modifications Bitset property|Modifications:VI Modifications]] Bitset property instead. In [[LabVIEW 8.5]] and earlier, the Modifications:VI Modifications Bitset property returns a 32-bit value. In [[LabVIEW 8.6]], the new Modifications:VI Modifications Bitset property returns a 64-bit value.
|}
|}
== See Also ==
== See Also ==
Line 32: Line 34:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category: Property]] [[Category:VI Server Property]]
[[Category:Property]]
[[Category:VI Server Property]]

Revision as of 17:01, 31 March 2020

VI Server Property Information
Property ID 219
Scope Deprecated
Data Name Mods.VI
Short Name* Mods.VI (Deprecated)
Long Name* Modifications:VI Modifications Bitset Old
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 2
Owning Class Name VI Class
Data Type U32 data type

U32

Property Node Modifications:VI Modifications Bitset Old

Indicates if changes were made to the VI since the VI was saved. If the value is zero, no changes were made. If the value is nonzero, changes were made.

This property is similar to the options available on the Explain Changes dialog box.

Uses

History

Version Change(s)
LabVIEW 8.6 Use the new Modifications:VI Modifications Bitset property instead. In LabVIEW 8.5 and earlier, the Modifications:VI Modifications Bitset property returns a 32-bit value. In LabVIEW 8.6, the new Modifications:VI Modifications Bitset property returns a 64-bit value.

See Also

External Links