Jump to content

Global class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=Global|id=16397|scope=script|class_0=Generic|class_1=GObject|class_2=Node|class_3=Global}}
{{VIServerClass|16397}}


{{stub}}
{{stub}}

Revision as of 23:09, 1 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 Short Name (English) Description R/W RTE
    6354802 CtrlName Name of the control to which the global variable refers. R/W
    6354800 VIName Name of the global VI file. R
    6354801 Write? If TRUE, the variable is a write global. If FALSE, the variable is a read global. R/W

    Methods

    Show/Hide Global Methods Table

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

    Events

    No Events for this class.

    History

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

    See Also