Jump to content

Application class

From LabVIEW Wiki
Revision as of 15:51, 18 August 2019 by Q (talk | contribs) (Started Application class page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
<VI Server Class Hierarchy

The Application class is a class in the VI Server Class Hierarchy, (see also VI Server). The Application class is the top-level instance of the application in its context. Multiple application instances can be open at a time.

Legend
R/W Readable/Writable {R = Read Only, W = Write Only, R/W = Read/Write}
RTE Available in the Run-Time Engine
B Basic Development Environment
S VI Scripting
P Private
B Deprecated

Properties

Property ID Data Name Short Name Long Name R/W RTE B S P D

Methods

Method ID Data Name Short Name Long Name RTE B S P D

Events

Event Code Name B S P D

History

Version Change(s)
LabVIEW 2019 The MapConstant class, SetConstant class, Map class, Set class, AssertStructuralTypeMismatchNode class, BuildMapNode class, BuildSetNode class, InPlaceMapNode class was added. The TargetStructureNode class was moved from being a child of the Structure class to being a child of the MultiFrameStructure class
LabVIEW 2018 The ExternalEditorWizard class was added.
LabVIEW 2016 The InPlaceVariantAttributeNode class, ClosureStructureNode class, RaceStructureNode class, and TargetStructureNode class was added.


See Also