Jump to content

VI class/Front Panel.Set Close If Lonely method: Difference between revisions

From LabVIEW Wiki
m Added VI Scripting Method Category to page
Added description
 
Line 10: Line 10:
| invokenodeimage = VI-Front Panel-Set Close If Lonely.png
| invokenodeimage = VI-Front Panel-Set Close If Lonely.png
|}}
|}}
This will cause the VI to be purged if the only VIs left are all system VIs or other VIs with this flag set, even if its own front panel is still open. NOTE: This flag will not be saved with the VI so it will need to be set every time this effect is desired.
{{TOCright}}
{{TOCright}}


Line 32: Line 34:
== 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 Method]]
[[Category:VI Scripting Method]]
[[Category:Private Method]]
[[Category:Private Method]]
[[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 01:26, 13 July 2021

VI Server Method Information
Method ID 434
Scope Private
Data Name FP.Set Close If Lonely
Short Name* FP.Set Close If Lonely
Long Name* Front Panel:Set Close If Lonely
* 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
Return Data Type No return value
Invoke Node Front Panel:Set Close If Lonely

This will cause the VI to be purged if the only VIs left are all system VIs or other VIs with this flag set, even if its own front panel is still open. NOTE: This flag will not be saved with the VI so it will need to be set every time this effect is desired.

Parameters

This method has no parameters.

Uses

History

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

See Also

External Links