Jump to content

Global class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide Global Properties Table</span>
{{VIServerClassTables|16397}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Global Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6354802
| [[Global class/CtrlName property|CtrlName]]
|Name of the control to which the global variable refers.
|R/W
|
|- style="background-color:#CCFFFF;"
|6354800
| [[Global class/VIName property|VIName]]
|Name of the global VI file.
|R
|
|- style="background-color:#CCFFFF;"
|6354801
| [[Global class/Write? property|Write?]]
|If TRUE, the variable is a write global. If FALSE, the variable is a read global.
|R/W
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Global Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Global Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6354400
| [[Global class/Relink To VI method|Relink To VI]]
|Re-links the global variable to the global VI after the global VI has changed.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:07, 9 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Global class
Class ID 16397
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


The Global class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Global Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Global Properties Table
Property ID Long Name (English) Description R/W RTE
6354800VI NameName of the global VI file.Read OnlyNo
6354801Write?If TRUE, the variable is a write global. If FALSE, the variable is a read global.Read/WriteNo
6354802Control NameName of the control to which the global variable refers.Read/WriteNo
6354803LabelRead OnlyNo

Methods

Show/Hide Global Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Global Methods Table
Method ID Long Name (English) Description RTE
6354400Relink To VIRe-links the global variable to the global VI after the global VI has changed.No

Events

This class has no events or it inherits events from its parent: Node Class.


History

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

See Also