Jump to content

Global class: Difference between revisions

From LabVIEW Wiki
Replaced with template tables
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
 
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:55, 8 May 2020

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