Jump to content

Application class: Difference between revisions

From LabVIEW Wiki
Properties: Changed link style
mNo edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
{{VIServerClass|1}}
|-
|<[[VI Server Class Hierarchy]]
|}


{{underconstruction}}
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 instance|application instances]] can be open at a time.


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 instance|application instances]] can be open at a time.
{{TOCright}}
{{TOCright}}
{| class="wikitable"
== Properties ==
! colspan="2"|Legend
|-
|R/W
| Readable/Writable {R = Read Only, W = Write Only, R/W = Read/Write}
|-
|RTE
| Available in the [[Run-Time Engine]]
|- style="background-color:#FFFFCC;"
|colspan="2"|[[VI Server#Basic Development Environment|Basic Development Environment]]
|-style="background-color:#CCFFFF;"
|colspan="2"|[[VI Server#VI Scripting|VI Scripting]]
|-style="background-color:#D1BB80;"
|colspan="2"|[[VI Server#Private|Private]]
|-style="background-color:#FFAAAA;"
|colspan="2"|[[VI Server#Deprecated|Deprecated]]
|}
 
==Properties==
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
<span class="mw-customtoggle-propertiestable">Show/Hide Application Properties Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{| class="wikitable sortable"
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
<div style="width: 80%; max-height: 50em; overflow: auto;">
{| class="wikitable sortable"  
|+ Application Properties Table
|+ Application Properties Table
! Property ID
! data-sort-type="number"| Property ID
! Short Name (English)
! Long Name (English)
! Description
! Description
! R/W
! R/W
! RTE
! RTE
|- style="background-color:#D1BB80;"
|- style="background-color:#FFFFCC;"
|FA
| data-sort-value=0 |0
| [[Application class/AppBuilderCache.Path property|AppBuilderCache.Path]]
| [[Application class/Application.Name property|Application:Name]]
|
| Filename of the application.
|R
| Read Only
|
| Yes (Read Only)
|- style="background-color:#CCFFFF;"
|- style="background-color:#FFFFCC;"
|80
| data-sort-value=1 |1
| [[Application class/App.ActiveApp property|App.ActiveApp]]
| [[Application class/Application.User Name property|Application:User Name]]
|Gets an application reference to the active VIs owning application.
| User name used to open the application.
|R
| Read/Write
|X
| Yes (Read Only)
|- style="background-color:#CCFFFF;"
|- style="background-color:#FFFFCC;"
|46
| data-sort-value=2 |2
| [[Application class/App.ActiveVI property|App.ActiveVI]]
| [[Application class/Application.Version Number property|Application:Version Number]]
|Returns the name of the active VI in the application.
| Version number of the application. In a stand-alone application or shared library, this property returns the version of the LabVIEW Run-Time Engine.
|R
| Read Only
|X
| Yes (Read Only)
|- style="background-color:#D1BB80;"
|- style="background-color:#FFFFCC;"
|68
| data-sort-value=3 |3
| [[Application class/App.AllContexts property|App.AllContexts]]
| [[Application class/Application.Kind property|Application:Kind]]
|
| Indicates the LabVIEW instance the VI is running in, including invalid application types.
|R
| Read Only
|X
| Yes (Read Only)
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"
|CD
| data-sort-value=4 |4
| [[Application class/App.AllLibsInAppInstance property|App.AllLibsInAppInstance]]
| [[Application class/Application.Target.Operating System property|Application:Target:Operating System]]
|Lists all Libraries currently in memory in this application instance.
| Indicates the operating system for which the application was built. Mac OS refers to Mac OS versions 9 and 8. Carbon refers to Mac OS X (32-bit).
|R
| Read Only
|X
| Yes (Read Only)
|- style="background-color:#D1BB80;"
|- style="background-color:#FFFFCC;"
|1E
| data-sort-value=5 |5
| [[Application class/App.AllSysVIs property|App.AllSysVIs]]
| [[Application class/Application.Target.CPU property|Application:Target:CPU]]
|
| Indicates the target CPU of an application.
|R
| Read Only
|X
| Yes (Read Only)
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"
|1C
| data-sort-value=6 |6
| [[Application class/App.AllVIs property|App.AllVIs]]
| [[Application class/Operating System.Name property|Operating System:Name]]
|Returns a list of VIs in memory for the specified application instance. This property returns an error if you wire a remote application reference to the <b>reference</b> input. For a remote application, use the Exported VIs in Memory property to return a list of exported VIs.
| Name of the operating system where the application is actually running.
 
| Read Only
<b>Note</b>  If you have multiple application instances open simultaneously, this property returns only the VIs in memory in the specified application instance. LabVIEW creates a new application instance each time you open a LabVIEW project or target for a LabVIEW project.
| Yes (Read Only)
|R
|- style="background-color:#FFFFCC;"
|X
| data-sort-value=7 |7
|- style="background-color:#D1BB80;"
| [[Application class/Operating System.Version Number property|Operating System:Version Number]]
|52
| Version number of the actual operating system.
| [[Application class/App.AssistantsUseStrictTypesDefault property|App.AssistantsUseStrictTypesDefault]]
| Read Only
|
| Yes (Read Only)
|R/W
|- style="background-color:#FFFFCC;"
|X
| data-sort-value=8 |8
|- style="background-color:#CCFFFF;"
| [[Application class/Application.Exported VIs In Memory property|Application:Exported VIs In Memory]]
|53
| Returns a list of exported VIs in memory.
| [[Application class/App.AutoRouteWires property|App.AutoRouteWires]]
| Read Only
|Returns whether LabVIEW automatically finds a route for a wire.
| Yes (Read Only)
|R/W
|- style="background-color:#FFFFCC;"
|
| data-sort-value=9 |9
|- style="background-color:#D1BB80;"
| [[Application class/Printing.File Wrap Text Length property|Printing:File Wrap Text Length]]
|DD
| Maximum number of characters on a single line in a file. Affects the [[VI class/Print.VI To HTML method|Print:VI To HTML]], [[VI class/Print.VI To RTF method|Print:VI To RTF]], and [[VI class/Print.VI To Text method|Print:VI To Text]] methods. Set this property to 0 to print all the characters on one line so the text does not wrap.
| [[Application class/App.AvailEnvModes property|App.AvailEnvModes]]
| Read/Write
|
| No
|R
|- style="background-color:#FFFFCC;"
|
| data-sort-value=10 |A
|- style="background-color:#D1BB80;"
| [[Application class/Printing.PNG Compression Level property|Printing:PNG Compression Level]]
|E4
| Number between 0 and 9 that specifies the level of compression you want for the PNG file for graphics in VIs printed either interactively or with the [[VI class/Print.VI To HTML method|Print:VI To HTML]] method. The
| [[Application class/App.ClipMode property|App.ClipMode]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|AD
| [[Application class/App.ClipVI property|App.ClipVI]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|4F
| [[Application class/App.Args property|App.Args]]
|Returns an array of user-defined command-line arguments passed when LabVIEW launched.
 
User-defined arguments start after two hyphens (--) surrounded by spaces in the command line.
 
The first string in the array is the name of the executable launched. This property does not return the name of the VI launched or the LLB that contains the VI. If a user-defined command-line argument contains double quotation marks ("), this property returns the argument without the quotation marks.
 
If you use this property in a stand-alone application, you can avoid the need to enter two hyphens before user-defined arguments by placing a checkmark in the <b>Pass all command line arguments to application</b> checkbox on the Advanced page of the Application Properties
| [[Application class/Delay File Notifications property|Delay File Notifications]]
| [[Application class/Delay File Notifications property|Delay File Notifications]]
|
|  
|R/W
| Read/Write
|X
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"  
|22
| data-sort-value=163 |A3
| [[Application class/Disp.AllMonitors property|Disp.AllMonitors]]
| [[Application class/MathScript.Path property|MathScript:Path]]
|Returns information about all the monitors on the computer, including their bit depths and bounding rectangles.
|  
 
| Read Only
Elements
| Yes
 
|- style="background-color:#D1BB80;"
Name
| data-sort-value=164 |A4
Description
| [[Application class/Application.Multi Pwd Op Cancelled? property|Application:Multi Pwd Op Cancelled?]]
 
|
Bounds
| Read Only
Cluster that defines the bounding rectangle of the content area of all the monitors on the computer.
| No
 
|- style="background-color:#D1BB80;"
Left&#8212;The horizontal coordinate of the left edge of the bounding rectangle.
| data-sort-value=165 |A5
Top&#8212;The vertical coordinate of the top edge of the bounding rectangle.
| [[Application class/MathScript.All M Files In Context property|MathScript:All M Files In Context]]
Right&#8212;The horizontal coordinate of the right edge of the bounding rectangle.
|
Bottom&#8212;The vertical coordinate of the bottom edge of the bounding rectangle.
| Read Only
 
| No
Depth
|- style="background-color:#D1BB80;"  
The bit depth of all the monitors on the computer.
| data-sort-value=166 |A6
|R
| [[Application class/Application.Is Migration Enabled property|Application:Is Migration Enabled]]
|X
|  
|- style="background-color:#FFFFCC;"
| Read/Write
|21
| No
| [[Application class/Disp.WkSpace property|Disp.WkSpace]]
|- style="background-color:#D1BB80;"
|Gives the bounding rectangle of the computer's primary monitor.
| data-sort-value=167 |A7
 
| [[Application class/Crosslink.Force Enable Dialogs property|Crosslink:Force Enable Dialogs]]
Elements
|
 
| Read/Write
Name
| Yes
Description
|- style="background-color:#D1BB80;"  
 
| data-sort-value=168 |A8
Left
| [[Application class/Crosslink.Suppress Dialogs property|Crosslink:Suppress Dialogs]]
The horizontal coordinate of the left edge of the bounding rectangle of the computer's primary monitor.
|  
 
| Read/Write
Top
| Yes
The vertical coordinate of the top edge of the bounding rectangle of the computer's primary monitor.
|- style="background-color:#D1BB80;"  
 
| data-sort-value=169 |A9
Right
| [[Application class/Suppress Auto Update Dependencies property|Suppress Auto Update Dependencies]]
The horizontal coordinate of the right edge of the bounding rectangle of the computer's primary monitor.
|  
 
| Read/Write
Bottom
| Yes
The vertical coordinate of the bottom edge of the bounding rectangle of the computer's primary monitor.
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=170 |AA
|X
| [[Application class/Application.Let Private Context Run With XNode property|Application:Let Private Context Run With XNode]]
|- style="background-color:#D1BB80;"
|  
|E0
| Read/Write
| [[Application class/GetNXTContext property|GetNXTContext]]
| Yes
|
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=173 |AD
|
| [[Application class/Application.Clipboard VI property|Application:Clipboard VI]]
|- style="background-color:#D1BB80;"
|  
|BB
| Read/Write
| [[Application class/LoadSaveWarnings.AutoTestMode property|LoadSaveWarnings.AutoTestMode]]
| Yes
|
|- style="background-color:#D1BB80;"  
|R/W
| data-sort-value=174 |AE
|
| [[Application class/Tool Number property|Tool Number]]
|- style="background-color:#D1BB80;"
|  
|BC
| Read/Write
| [[Application class/LoadSaveWarnings.History property|LoadSaveWarnings.History]]
| Yes
|
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=175 |AF
|
| [[Application class/Application.Compiler.DFIR Compiler property|Application:Compiler:DFIR Compiler]]
|- style="background-color:#D1BB80;"
|  
|A5
| Read/Write
| [[Application class/MathScript.AllMInCxt property|MathScript.AllMInCxt]]
| Yes
|
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=176 |B0
|
| [[Application class/Supress Update Name Preflight property|Supress Update Name Preflight]]
|- style="background-color:#D1BB80;"
|  
|F1
| Read/Write
| [[Application class/MathScript.ColorsInSync property|MathScript.ColorsInSync]]
| Yes
|
|- style="background-color:#CCFFFF;"  
|R/W
| data-sort-value=177 |B1
|
| [[Application class/Palettes.Functions Names property|Palettes:Functions Names]]
|- style="background-color:#D1BB80;"
| Returns the names of all the items in the [[Functions Palette|Functions palettes]] for a given application reference.
|E8
| Read Only
| [[Application class/MathScript.Signature property|MathScript.Signature]]
| No
|
|- style="background-color:#CCFFFF;"  
|R
| data-sort-value=178 |B2
|
| [[Application class/Palettes.Controls Names property|Palettes:Controls Names]]
|- style="background-color:#D1BB80;"
| Returns the names of all the items in the [[Controls Palette|Controls palettes]] for a given application reference.
|F2
| Read Only
| [[Application class/MathScript.CompilerInMemory property|MathScript.CompilerInMemory]]
| No
|
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=179 |B3
|
| [[Application class/Statechart.Show Custom Icon property|Statechart:Show Custom Icon]]
|- style="background-color:#D1BB80;"
|  
|F0
| Read Only
| [[Application class/MathScript.Colors property|MathScript.Colors]]
| Yes
|
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=180 |B4
|
| [[Application class/Statechart.Show Configuration property|Statechart:Show Configuration]]
|- style="background-color:#D1BB80;"
|  
|A3
| Read Only
| [[Application class/MathScript.Path property|MathScript.Path]]
| Yes
|
|- style="background-color:#FFFFCC;"  
|R
| data-sort-value=181 |B5
|X
| [[Application class/Web Server.Config File Path property|Web Server:Config File Path]]
|- style="background-color:#D1BB80;"
| The path of the LabVIEW Web Server configuration file.
|65
| Read Only
| [[Application class/ModHandle property|ModHandle]]
| Yes
|
|- style="background-color:#FFFFCC;"  
|R
| data-sort-value=182 |B6
|X
| [[Application class/Web Server.Default Config File Path property|Web Server:Default Config File Path]]
|- style="background-color:#FFFFCC;"
| The path of the Web Server configuration file that contains the LabVIEW default configuration.
|A0
| Read Only
| [[Application class/NISec.Nobody? property|NISec.Nobody?]]
| Yes
|Determines if anyone is logged in.
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=183 |B7
|X
| [[Application class/Statechart.CodeGenCaseStruct property|Statechart:CodeGenCaseStruct]]
|- style="background-color:#D1BB80;"
|  
|A1
| Read/Write
| [[Application class/NI Sec.UniqueUser property|NI Sec.UniqueUser]]
| Yes
|
|- style="background-color:#D1BB80;"
|R
| data-sort-value=184 |B8
|X
| [[Application class/Statechart.Show Path for IsIn property|Statechart:Show Path for IsIn]]
|- style="background-color:#FFFFCC;"
|
|7C
| Read Only
| [[Application class/NISec.User property|NISec.User]]
| Yes
|Indicates the name of the user who is currently logged in, using the format of \.
|- style="background-color:#FFFFCC;"  
|R
| data-sort-value=185 |B9
|X
| [[Application class/Application.Saveable Versions property|Application:Saveable Versions]]
|- style="background-color:#FFFFCC;"
| An array of the LabVIEW versions to which this version of LabVIEW can save. The array is in reverse chronological order, with the zeroth element being the current version of LabVIEW. Each element of the array is a valid version to pass to VI server functions which save to previous versions.
|BF
| Read Only
| [[Application class/OS.BuildNumber property|OS.BuildNumber]]
| No
|Build number of the actual operating system. This string returns an alphanumeric value of the build number that you can use to compare the build version of operating systems. This property is read only.
|- style="background-color:#D1BB80;"  
 
| data-sort-value=186 |BA
<b>Note</b>  A newer version of an operating system often returns a larger alphanumeric value.
| [[Application class/Application.DSC Support property|Application:DSC Support]]
|R
|  
|X
| Read Only
|- style="background-color:#FFFFCC;"
| Yes
|C6
|- style="background-color:#D1BB80;"  
| [[Application class/OS.DetailedName property|OS.DetailedName]]
| data-sort-value=187 |BB
|Detailed name of the operating system where the application is actually running. This string value returns the operating system and its version, such as Microsoft Windows XP. This property is similar to a combination of OSName and OSVersion, which return the platform name and a numeric version number respectively. This property is read only.
| [[Application class/Load and Save Warnings.Auto Test Mode property|Load and Save Warnings:Auto Test Mode]]
|R
|  
|X
| Read/Write
|- style="background-color:#FFFFCC;"
| No
|6
|- style="background-color:#D1BB80;"  
| [[Application class/OS.Name property|OS.Name]]
| data-sort-value=188 |BC
|Name of the operating system where the application is actually running.
| [[Application class/Load and Save Warnings.History property|Load and Save Warnings:History]]
 
|  
Refer to the following for a partial list of operating systems this property might return:
| Read Only
 
| No
 
|- style="background-color:#D1BB80;"  
Linux
| data-sort-value=189 |BD
Mac OS
| [[Application class/Statechart.InlineTopLevelGraph property|Statechart:InlineTopLevelGraph]]
Mac OS X x64
|  
PharLap
| Read/Write
RTX
| Yes
Solaris
|- style="background-color:#D1BB80;"  
VxWorks
| data-sort-value=190 |BE
Windows NT
| [[Application class/Application.Property and Method Data Types property|Application:Property and Method Data Types]]
|R
|  
|X
| Read Only
|- style="background-color:#FFFFCC;"
| No
|7
|- style="background-color:#FFFFCC;"  
| [[Application class/OS.Version property|OS.Version]]
| data-sort-value=191 |BF
|Version number of the actual operating system.
| [[Application class/Operating System.Build Number property|Operating System:Build Number]]
|R
| Build number of the actual operating system. This string returns an alphanumeric value of the build number that you can use to compare the build version of operating systems. This property is read only.
|X
| Read Only
|- style="background-color:#D1BB80;"
| Yes
|8C
|- style="background-color:#D1BB80;"  
| [[Application class/Options.EditorMenuBar property|Options.EditorMenuBar]]
| data-sort-value=193 |C1
|
| [[Application class/Application.Compiler.Sanity property|Application:Compiler:Sanity]]
|R
|  
|
| Read/Write
|- style="background-color:#D1BB80;"
| Yes
|6B
|- style="background-color:#D1BB80;"  
| [[Application class/Options.UseAbridgedMenus property|Options.UseAbridgedMenus]]
| data-sort-value=194 |C2
|
| [[Application class/Application.Compiler.DOT property|Application:Compiler:DOT]]
|R/W
|  
|
| Read/Write
|- style="background-color:#D1BB80;"
| Yes
|B2
|- style="background-color:#FFFFCC;"  
| [[Application class/Palettes.GetCtrlNames property|Palettes.GetCtrlNames]]
| data-sort-value=198 |C6
|
| [[Application class/Operating System.Detailed Name property|Operating System:Detailed Name]]
|R
| Detailed name of the operating system where the application is actually running. This string value returns the operating system and its version. This property is similar to a combination of [[Application class/Operating System.Name property|Operating System:Name property]] and [[Application class/Operating System.Version Number property|Operating System:Version Number property]], which return the platform name and a numeric version number respectively. This property is read only.
|
| Read Only
|- style="background-color:#D1BB80;"
| Yes
|B1
|- style="background-color:#D1BB80;"
| [[Application class/Palettes.GetFuncNames property|Palettes.GetFuncNames]]
| data-sort-value=202 |CA
|
| [[Application class/Application.Compiler.LLVM Compiler property|Application:Compiler:LLVM Compiler]]
|R
|
|
| Read/Write
|- style="background-color:#FFFFCC;"
| Yes
|4B
|- style="background-color:#FFFFCC;"  
| [[Application class/Pr.Printers property|Pr.Printers]]
| data-sort-value=205 |CD
|Returns an alphabetized array of printer names available on the computer.
| [[Application class/Application.All Libraries in Application Instance property|Application:All Libraries in Application Instance]]
 
| Lists all Libraries currently in memory in this application instance.
<b>Note</b>  This property is available only on Windows.
| Read Only
This property is similar to the <b>System Configured Printers</b> output of the Query Available Printers VI.
| Yes
|R
|- style="background-color:#FFFFCC;"  
|X
| data-sort-value=206 |CE
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Target.Number of Logical Processors property|Application:Target:Number of Logical Processors]]
|48
| Returns the number of processing units the computer or target contains.
| [[Application class/Pr.Color/Grayscale? property|Pr.Color/Grayscale?]]
| Read Only
|
| Yes
|R/W
|- style="background-color:#FFFFCC;"  
|X
| data-sort-value=208 |D0
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Target.Number of Cores per Package property|Application:Target:Number of Cores per Package]]
|29
| Returns the number of cores per package the computer or target contains.
| [[Application class/Pr.CustAllCtls? property|Pr.CustAllCtls?]]
| Read Only
|Specifies whether to print all controls or only the controls wired to the connector pane when using the custom format with one of the print documentation VI methods.
| Yes
 
|- style="background-color:#FFFFCC;"  
This property does not affect the image of the front panel, just the list of controls and indicators in the generated documentation.
| data-sort-value=209 |D1
 
| [[Application class/Application.Target.Number of Logical Processors per Core property|Application:Target:Number of Logical Processors per Core]]
This property is similar to the <b>All controls</b> and <b>Connected controls</b> options on the <b>VI Documentation</b> page of the Print dialog box.
| Returns the number of logical processors per core the computer or target contains.
|R/W
| Read Only
|
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"  
|E7
| data-sort-value=210 |D2
| [[Application class/Pr.CustClustConsts? property|Pr.CustClustConsts?]]
| [[Application class/Application.Target.Current Processor ID property|Application:Target:Current Processor ID]]
|Specifies whether to print the hidden contents of iconified cluster constants that might be present on the block diagram when using the custom format with one of the print documentation VI methods.
|  
 
| Read Only
This property is similar to the <b>Iconified Cluster Constants</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| Yes
|R/W
|- style="background-color:#FFFFCC;"
|
| data-sort-value=211 |D3
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Target.Data Cache Entry Sizes property|Application:Target:Data Cache Entry Sizes]]
|C
| Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains.
| [[Application class/Pr.CustConn? property|Pr.CustConn?]]
| Read Only
|Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods.
| Yes
 
|- style="background-color:#FFFFCC;"  
This property is similar to the <b>Icon and connector pane</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| data-sort-value=212 |D4
|R/W
| [[Application class/Application.Target.Data Cache Sizes property|Application:Target:Data Cache Sizes]]
|
| Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains.
|- style="background-color:#FFFFCC;"
| Read Only
|11
| Yes
| [[Application class/Pr.CustCtlDesc? property|Pr.CustCtlDesc?]]
|- style="background-color:#FFFFCC;"  
|Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods.
| data-sort-value=213 |D5
 
| [[Application class/Application.Target.Number of Packages property|Application:Target:Number of Packages]]
This property is similar to the <b>Descriptions</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| Returns the number of packages, or chips, the computer or target contains.
|R/W
| Read Only
|
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFFFCC;"  
|93
| data-sort-value=215 |D7
| [[Application class/Pr.CustLabelCap property|Pr.CustLabelCap]]
| [[Application class/Application.Version Year property|Application:Version Year]]
|Specifies whether to print the label and/or caption for each control when using the custom format with one of the print documentation VI methods.
| Version year of the application. In a stand-alone application or shared library, this property returns the version year of the LabVIEW Run-Time Engine.
|R/W
| Read Only
|
| Yes (Read Only)
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"  
|12
| data-sort-value=217 |D9
| [[Application class/Pr.CustCtlType? property|Pr.CustCtlType?]]
| [[Application class/Application.Compiler.BriefDOT property|Application:Compiler:BriefDOT]]
|Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods.
|  
 
| Read/Write
This property is similar to the <b>Data type information</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| Yes
|R/W
|- style="background-color:#D1BB80;"  
|
| data-sort-value=218 |DA
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Is Build App Instance property|Application:Is Build App Instance]]
|10
|  
| [[Application class/Pr.CustCtl? property|Pr.CustCtl?]]
| Read/Write
|Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods.
| No
 
|- style="background-color:#D1BB80;"  
This property does not affect the image of the front panel, just the list of controls and indicators in the generated documentation.
| data-sort-value=219 |DB
 
| [[Application class/Application.TestStandOptions property|Application:TestStandOptions]]
This property is similar to the Controls checkbox on the <b>VI Documentation</b> page of the Print dialog box.
|  
|R/W
| Read/Write
|
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"  
|D
| data-sort-value=220 |DC
| [[Application class/Pr.CustDesc? property|Pr.CustDesc?]]
| [[Application class/Application.Legacy Build App File Layout property|Application:Legacy Build App File Layout]]
|Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods.
|  
 
| Read Only
This property is similar to the <b>Description</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| Yes
|R/W
|- style="background-color:#D1BB80;"  
|
| data-sort-value=221 |DD
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Available Environment Modes property|Application:Available Environment Modes]]
|14
|  
| [[Application class/Pr.CustDiagHidden? property|Pr.CustDiagHidden?]]
| Read Only
|Specifies whether to print the hidden frames in Case and Stacked Sequence structures that might be present on the block diagram when using the custom format with one of the print documentation VI methods.
| No
 
|- style="background-color:#FFFFCC;"
This property is similar to the <b>Hidden frames</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| data-sort-value=222 |DE
|R/W
| [[Application class/Application.Save Version property|Application:Save Version]]
|
| Returns the version number of the LabVIEW file format to which LabVIEW documents are saved. This version number might be different from the version number of the application. For example, LabVIEW with the version number 9.0.1 saves LabVIEW documents with a file format version number of 9.0.
|- style="background-color:#FFFFCC;"
| Read Only
|15
| Yes (Read Only)
| [[Application class/Pr.CustDiagRepeat? property|Pr.CustDiagRepeat?]]
|- style="background-color:#D1BB80;"  
|Specifies whether to print visible subdiagrams of each Case, Event, and Stacked Sequence structure in sequence with the non-visible subdiagrams when using the custom format with one of the print documentation VI methods. If you print the visible subdiagrams in sequence, those subdiagrams print twice.
| data-sort-value=223 |DF
 
| [[Application class/Application.Save Version As Integer property|Application:Save Version As Integer]]
This property is similar to the <b>Ordered (Repeat from higher level if nested)</b> option on the <b>VI Documentation</b> page of the Print dialog box.
|  
|R/W
| Read Only
|
| Yes
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"
|13
| data-sort-value=224 |E0
| [[Application class/Pr.CustDiag? property|Pr.CustDiag?]]
| [[Application class/Get NXT Context property|Get NXT Context]]
|Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods.
|
 
| Read Only
This property is similar to the <b>Block diagram</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| No
|R/W
|- style="background-color:#D1BB80;"  
|
| data-sort-value=225 |E1
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Hide Load Warning property|Application:Hide Load Warning]]
|5C
|  
| [[Application class/Pr.CustExpressVIConfig? property|Pr.CustExpressVIConfig?]]
| Read/Write
|Specifies whether to print the configuration information for any Express VIs on the block diagram when using the custom format with one of the print documentation VI methods.
| Yes
 
|- style="background-color:#D1BB80;"  
This property is similar to the <b>Express VI configuration information</b> checkbox on the <b>VI Documentation</b> page of the Print dialog box.
| data-sort-value=226 |E2
|R/W
| [[Application class/Application.Disable Path Case property|Application:Disable Path Case]]
|
|  
|- style="background-color:#FFFFCC;"
| Read/Write
|17
| Yes
| [[Application class/Pr.CustHier? property|Pr.CustHier?]]
|- style="background-color:#D1BB80;"  
|Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods.
| data-sort-value=227 |E3
 
| [[Application class/Application.Lock Instantiations for AppBuilder property|Application:Lock Instantiations for AppBuilder]]
This property is similar to the <b>VI hierarchy</b> option on the <b>VI Documentation</b> page of the Print dialog box.
|  
|R/W
| Read/Write
|
| No
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"  
|18
| data-sort-value=228 |E4
| [[Application class/Pr.CustHist? property|Pr.CustHist?]]
| [[Application class/Application.Clipboard Mode property|Application:Clipboard Mode]]
|Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods.
|  
 
| Read/Write
This property is similar to the <b>VI revision history</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| Yes
|R/W
|- style="background-color:#D1BB80;"  
|
| data-sort-value=230 |E6
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Compiler.SSE Runtime Optimization property|Application:Compiler:SSE Runtime Optimization]]
|16
|  
| [[Application class/Pr.CustSubVIs? property|Pr.CustSubVIs?]]
| Read/Write
|Specifies whether to print a list of the subVIs and Express VIs including the icon, name, and path when using the custom format with one of the print documentation VI methods. If a polymorphic VI is a subVI, LabVIEW prints the instance used in the top-level VI including the icon, name, and path. If the top-level VI is polymorphic, LabVIEW prints a list of all the instances of the polymorphic VI including the icon, name, and path of each instance.
| Yes
 
|- style="background-color:#FFFFCC;"
This property is similar to the <b>List of subVIs and Express VIs</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| data-sort-value=231 |E7
|R/W
| [[Application class/Printing.Custom Cluster Constants? property|Printing:Custom Cluster Constants?]]
|
| Specifies whether to print the hidden contents of iconified cluster constants that might be present on the block diagram when using the custom format with one of the print documentation VI methods.
|- style="background-color:#FFFFCC;"
| Read/Write
|F
| No
| [[Application class/Pr.CustPanelBrdr? property|Pr.CustPanelBrdr?]]
|- style="background-color:#D1BB80;"
|Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods.
| data-sort-value=232 |E8
 
| [[Application class/MathScript.Compiler Signature property|MathScript:Compiler Signature]]
This property is similar to the <b>Surround front panel with border</b> option on the Print Options page of the VI Properties dialog box and the <b>Surround panel with border</b> option on the <b>Printer</b> page of the Print dialog box.
|
|R/W
| Read Only
|
| No
|- style="background-color:#FFFFCC;"
|- style="background-color:#FFAAAA;"  
|E
| data-sort-value=233 |E9
| [[Application class/Pr.CustPanel? property|Pr.CustPanel?]]
| [[Application class/VIObjCache.Path property|VIObjCache:Path]]
|Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods.
|  
 
| Read Only
This property is similar to the <b>Front panel</b> option on the <b>VI Documentation</b> page of the Print dialog box.
| Yes
|R/W
|- style="background-color:#D1BB80;"  
|
| data-sort-value=234 |EA
|- style="background-color:#FFFFCC;"
| [[Application class/Application.Compiler.SSE1 Code Generation property|Application:Compiler:SSE1 Code Generation]]
|49
|  
| [[Application class/Pr.DefaultPrinter property|Pr.DefaultPrinter]]
| Read/Write
|Gets or sets the name of the default printer in LabVIEW.
| Yes
 
|- style="background-color:#D1BB80;"  
To set the default printer, enter the full path to the printer, such as \\myprinter\ab01.
| data-sort-value=235 |EB
 
| [[Application class/Application.Compiler.SSE2 Code Generation property|Application:Compiler:SSE2 Code Generation]]
<b>Note</b>  This property is available only on Windows.
|  
This property is similar to the <b>Default Printer</b> output of the Query Available Printers VI.
| Read/Write
|R/W
| Yes
|X
|- style="background-color:#D1BB80;"  
|- style="background-color:#FFFFCC;"
| data-sort-value=236 |EC
|9
| [[Application class/Application.UD Refnum Files property|Application:UD Refnum Files]]
| [[Application class/Pr.FileWrapText property|Pr.FileWrapText]]
|  
|Maximum number of characters on a single line in a file. Affects the Print:VI To HTML, Print:VI To RTF, and Print:VI To Text methods. Set this property to 0 to print all the characters on one line so the text does not wrap.
| Read Only
|R/W
| No
|
|- style="background-color:#D1BB80;"  
|- style="background-color:#FFFFCC;"
| data-sort-value=237 |ED
|B
| [[Application class/Application.Rename Variables for AppBuilder property|Application:Rename Variables for AppBuilder]]
| [[Application class/Pr.JPEGQuality property|Pr.JPEGQuality]]
|  
|Percentage value from 0 to 100 specifying the level of quality you want for the JPEG graphic in VIs printed either interactively or with the Print:VI To HTML method. The scale balances image quality and file size. A value in the 75 to 95 range produces a compressed file with a high-quality image, and a value below 50 produces a smaller file size with a low-quality image. The default is 80.
| Read/Write
|R/W
| No
|
|- style="background-color:#D1BB80;"  
|- style="background-color:#FFFFCC;"
| data-sort-value=238 |EE
|4A
| [[Application class/Statechart.Is Installed property|Statechart:Is Installed]]
| [[Application class/Pr.Method property|Pr.Method]]
|  
|Gets or sets how LabVIEW prints.
| Read Only
 
| Yes
This property is similar to the <b>Standard printing</b>, <b>PostScript printing</b>, and <b>Bitmap printing</b> options on the Printing page of the Options dialog box.
|- style="background-color:#FFFFCC;"  
|R/W
| data-sort-value=239 |EF
|X
| [[Application class/Application.Current Environment Mode property|Application:Current Environment Mode]]
|- style="background-color:#FFFFCC;"
| Returns the current [[environment mode]] of LabVIEW, such as <code>robotics</code>. If you call this property from a VI in the LabVIEW development system environment, this property returns an empty string.
|A
| Read/Write
| [[Application class/Pr.PNGCmpLvl property|Pr.PNGCmpLvl]]
| Yes
|Number between 0 and 9 that specifies the level of compression you want for the PNG file for graphics in VIs printed either interactively or with the Print:VI To HTML method. The quality of the graphic is not affected by the compression, but the graphic file size and speed of compression are affected by this value. Valid values range from 0 to 9 and balance file compression with speed. 0 designates no compression. 1 designates less compression, but faster speed. 9 designates high compression, but slower speed. If you enter &#8211;1, LabVIEW selects the best combination of speed and compression.
|- style="background-color:#D1BB80;"  
|R/W
| data-sort-value=240 |F0
|
| [[Application class/MathScript.HighlightingColors property|MathScript:HighlightingColors]]
|- style="background-color:#CCFFFF;"
|  
|92
| Read Only
| [[Application class/Project.ActiveProject property|Project.ActiveProject]]
| No
|Returns a reference to the LabVIEW project that is active when this property executes. A project is active if the user has the associated project window in focus or any member of the project in focus, including VIs, controls, and project libraries.
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=241 |F1
|
| [[Application class/MathScript.ColorsInSync property|MathScript:ColorsInSync]]
|- style="background-color:#D1BB80;"
|  
|81
| Read/Write
| [[Application class/Project.DefaultProject property|Project.DefaultProject]]
| No
|
|- style="background-color:#D1BB80;"  
|R
| data-sort-value=242 |F2
|
| [[Application class/MathScript.CompilerInMemory property|MathScript:CompilerInMemory]]
|- style="background-color:#D1BB80;"
|  
|87
| Read Only
| [[Application class/Project.GetLastMaxLoadTime property|Project.GetLastMaxLoadTime]]
| No
|
|- style="background-color:#D1BB80;"
|R
| data-sort-value=243 |F3
|X
| [[Application class/VIObjCache.Available in RTE property|VIObjCache:Available in RTE]]
|- style="background-color:#D1BB80;"
|
|82
| Read/Write
| [[Application class/Project.HasAnyProjBeenCreated property|Project.HasAnyProjBeenCreated]]
| Yes
|
|- style="background-color:#D1BB80;"
|R
| data-sort-value=244 |F4
|X
| [[Application class/Application.Mass Compile Warn On Read Only VIs property|Application:Mass Compile Warn On Read Only VIs]]
|- style="background-color:#D1BB80;"
|
|88
| Read/Write
| [[Application class/Project.Libraries[] property|Project.Libraries[]]]
| No
|
|- style="background-color:#D1BB80;"
|R
| data-sort-value=245 |F5
|
| [[Application class/Application.InstCachePath property|Application:InstCachePath]]
|- style="background-color:#CCFFFF;"
|
|7E
| Read Only
| [[Application class/Project.OwningProject property|Project.OwningProject]]
| Yes
|Returns a reference to the project that owns the referenced application.
|- style="background-color:#D1BB80;"
|R
| data-sort-value=246 |F6
|
| [[Application class/Application.Is Compile Suppressed property|Application:Is Compile Suppressed]]
|- style="background-color:#FFFFCC;"
|
|69
| Read/Write
| [[Application class/Project.Projects[] property|Project.Projects[]]]
| No
|Returns an array of references to each LabVIEW project in memory. You can use these references with the Project properties.
|- style="background-color:#D1BB80;"
|R
| data-sort-value=247 |F7
|X
| [[Application class/VIObjCache.DistPath property|VIObjCache:DistPath]]
|- style="background-color:#D1BB80;"
|
|85
| Read Only
| [[Application class/ShowPathInProjectWindow property|ShowPathInProjectWindow]]
| No
|
|- style="background-color:#D1BB80;"
|R/W
| data-sort-value=248 |F8
|X
| [[Application class/VIObjCache.UserPath property|VIObjCache:UserPath]]
|- style="background-color:#FFFFCC;"
|
|86
| Read Only
| [[Application class/Project.TargetItem property|Project.TargetItem]]
| No
|Returns the associated target item of the application reference you specify.
|- style="background-color:#D1BB80;"
|R
| data-sort-value=249 |F9
|X
| [[Application class/Application.Library Finish Partial Load Enabled property|Application:Library Finish Partial Load Enabled]]
|- style="background-color:#FFFFCC;"
|
|41
| Read/Write
| [[Application class/RemotePanel.ConnToClients property|RemotePanel.ConnToClients]]
| Yes
|Returns an array of clusters containing connection information about the clients currently connected to the computer.
|- style="background-color:#D1BB80;"  
 
| data-sort-value=250 |FA
LabVIEW opens a connection on the server computer when another application instance or a related application, such as a Web browser, requests to view the front panel of a VI in memory on the server computer.
| [[Application class/AppBuilderCache.Path property|AppBuilderCache:Path]]
 
|  
This property is similar to the <b>Total Network Traffic</b> option on the Remote Panel Connection Manager dialog box.
| Read Only
 
| No
Elements
|- style="background-color:#D1BB80;"
 
| data-sort-value=251 |FB
Name
| [[Application class/Separate Compiled Code For New Files property|Separate Compiled Code For New Files]]
Description
|
 
| Read Only
VI Name
| No
Name of the VI on the server to which you want to connect. To specify a VI that is part of a LabVIEW project, you must include the project name, the project library, and the target in the path of the VI, when applicable. For example, if MyVI.vi resides in a project called MyProject.lvproj under target My Computer, enter the VI name as MyProject.lvproj/My Computer/MyVI.vi. If the VI resides in a project library called MyLibrary, also include the project library in the path, as in MyProject.lvproj/My Computer/MyLibrary.lvlib:MyVI.vi. If the VI is not in a project or project library, you can enter the VI name without any additional information.
|- style="background-color:#CCFFFF;"
 
| data-sort-value=252 |FC
Remote
| [[Application class/Application.Compiler Threshold property|Application:Compiler Threshold]]
IP address of the client.
| Gets or sets how complex a VI must be before the compiler limits optimizations to improve editor responsiveness. If the complexity of a VI is lower than the threshold indicated by this value, the compiler does not limit optimizations, thereby improving the execution speed of the VI. If the complexity of a VI is higher than the threshold, the compiler limits optimizations in order to improve editor responsiveness for the VI.
 
| Read/Write
UserName
| No
LabVIEW user name of the client connected to the server computer.
|- style="background-color:#D1BB80;"
 
| data-sort-value=253 |FD
Port
| [[Application class/Application.Locked Down For Build property|Application:Locked Down For Build]]
Port number currently being used by the client computer.
|
 
| Read/Write
Status
| Yes
An enumeration type that specifies the controlling status of the connection.
|- style="background-color:#D1BB80;"
 
| data-sort-value=254 |FE
Create Time
| [[Application class/Application.Cross Compile Count property|Application:Cross Compile Count]]
A time stamp that specifies in seconds when the connection was created.
|
 
| Read Only
Status Time
| No
A time stamp that specifies in seconds when the client changed to its current connection status.
|- style="background-color:#D1BB80;"
 
| data-sort-value=255 |FF
Control End Time
| [[Application class/Application.GdiCount property|Application:GdiCount]]
A time stamp that indicates when the server will regain control of the VI or transfer control to another client. A value of MM/DD/YY indicates that you did not set a time limit for the VI in the Web Server page of the <b>Options</b> dialog box.
|
|R
| Read Only
|X
| No
|- style="background-color:#FFFFCC;"
|- style="background-color:#D1BB80;"
|42
| data-sort-value=256 |100
| [[Application class/RemotePanel.ConnToServers property|RemotePanel.ConnToServers]]
| [[Application class/Application.Compiler.FP Register Candidate property|Application:Compiler:FP Register Candidate]]
|Returns an array of clusters containing connection information about the servers to which the computer is currently connected.
|
 
| Read/Write
Elements
| Yes
 
|- style="background-color:#D1BB80;"  
Name
| data-sort-value=257 |101
Description
| [[Application class/Application.Compiler.AutoInlining property|Application:Compiler:AutoInlining]]
 
|  
VI Name
| Read/Write
Name of the VI on the server to which you want to connect. To specify a VI that is part of a LabVIEW project, you must include the project name, the project library, and the target in the path of the VI, when applicable. For example, if MyVI.vi resides in a project called MyProject.lvproj under target My Computer, enter the VI name as MyProject.lvproj/My Computer/MyVI.vi. If the VI resides in a project library called MyLibrary, also include the project library in the path, as in MyProject.lvproj/My Computer/MyLibrary.lvlib:MyVI.vi. If the VI is not in a project or project library, you can enter the VI name without any additional information.
| Yes
 
|- style="background-color:#D1BB80;"  
Remote
| data-sort-value=258 |102
IP address of the server to which you are connected.
| [[Application class/Application.ShowAutoErrDialog property|Application:ShowAutoErrDialog]]
 
|  
UserName
| Read/Write
Your current LabVIEW user name.
| Yes
 
|- style="background-color:#D1BB80;"  
Port
| data-sort-value=259 |103
Port number currently being used by the server computer.
| [[Application class/Application.Selective Deallocation property|Application:Selective Deallocation]]
 
|  
Status
| Read/Write
An enumeration type that specifies the controlling status of the connection.
| Yes
 
|- style="background-color:#D1BB80;"  
Create Time
| data-sort-value=260 |104
A time stamp that specifies in seconds when the connection was created.
| [[Application class/Application.Selective Deallocation.EnableForAllVIs property|Application:Selective Deallocation:EnableForAllVIs]]
 
|  
Status Time
| Read/Write
A time stamp that specifies in seconds when the server changed to its current connection status.
| Yes
 
|- style="background-color:#D1BB80;"  
Control End Time
| data-sort-value=261 |105
A time stamp that indicates when the server will regain control of the VI or transfer control to another client. A value of MM/DD/YY indicates that the server administrator did not set a time limit for the VI in the Web Server page of the <b>Options</b> dialog box.
| [[Application class/Application.Selective Deallocation.LargeBufferThreshold property|Application:Selective Deallocation:LargeBufferThreshold]]
 
|  
Use the Remote Panel:Open Connection To Server method to open a connection to a server.
| Read/Write
|R
| Yes
|X
|- style="background-color:#D1BB80;"  
|- style="background-color:#D1BB80;"
| data-sort-value=262 |106
|5E
| [[Application class/Application.Enable Inheritance LinkRef Addition property|Application:Enable Inheritance LinkRef Addition]]
| [[Application class/RemotePanel.IsSupported property|RemotePanel.IsSupported]]
|  
|
| Read/Write
|R
| Yes
|X
|- style="background-color:#D1BB80;"  
|- style="background-color:#D1BB80;"
| data-sort-value=263 |107
|43
| [[Application class/Application.Enable Inheritance LinkRefs property|Application:Enable Inheritance LinkRefs]]
| [[Application class/RemotePanel.NetLoadMonitor property|RemotePanel.NetLoadMonitor]]
|  
|
| Read/Write
|R/W
| Yes
|X
|- style="background-color:#FFAAAA;"  
|- style="background-color:#D1BB80;"
| data-sort-value=264 |108
|9F
| [[Application class/Application.Full Version Year property|Application:Full Version Year]]
| [[Application class/RunReserveXIface property|RunReserveXIface]]
|  
|
| Read Only
|R/W
| Yes
|X
|- style="background-color:#D1BB80;"
|- style="background-color:#D1BB80;"
| data-sort-value=265 |109
|9D
| [[Application class/Application.Version Year Number Only property|Application:Version Year Number Only]]
| [[Application class/SFP.App property|SFP.App]]
|
|
| Read Only
|R
| Yes
|X
|- style="background-color:#D1BB80;"  
|- style="background-color:#D1BB80;"
| data-sort-value=272 |110
|FB
| [[Application class/Application.ImageTableMaxCount property|Application:ImageTableMaxCount]]
| [[Application class/SeparateCompCodeForNewFiles property|SeparateCompCodeForNewFiles]]
|  
|
| Read Only
|R
| Yes
|
|- style="background-color:#D1BB80;"  
|- style="background-color:#FFFFCC;"
| data-sort-value=273 |111
|27
| [[Application class/Application.Enable Binary Compatibility Load property|Application:Enable Binary Compatibility Load]]
| [[Application class/Srvr.LogEnabled property|Srvr.LogEnabled]]
|  
|Specifies whether the TCP interface to the VI Server is logging operations to a file.
| Read/Write
 
| Yes
If you do not wire the Property Node <b>reference</b> input, LabVIEW uses the application instance for the calling VI.
|- style="background-color:#D1BB80;"  
|R/W
| data-sort-value=274 |112
|X
| [[Application class/Application.EnableExcursionFreeExecSystems property|Application:EnableExcursionFreeExecSystems]]
|- style="background-color:#FFFFCC;"
|  
|28
| Read/Write
| [[Application class/Srvr.LogPath property|Srvr.LogPath]]
| Yes
|Path of the log file created during TCP/IP communication.
|- style="background-color:#D1BB80;"
 
| data-sort-value=275 |113
If you do not wire the Property Node <b>reference</b> input, LabVIEW uses the application instance for the calling VI.
| [[Application class/Application.IgnoreUnresolvedDLLRef property|Application:IgnoreUnresolvedDLLRef]]
|R/W
|
|X
| Read Only
|- style="background-color:#FFFFCC;"
| Yes
|5D
|- style="background-color:#D1BB80;"
| [[Application class/Srvr.Port property|Srvr.Port]]
| data-sort-value=276 |114
|Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application.
| [[Application class/Application.ImageTableCount property|Application:ImageTableCount]]
 
|
If you do not wire the Property Node <b>reference</b> input, LabVIEW uses the application instance for the calling VI.
| Read Only
 
| Yes
This property is similar to the <b>Port</b> option in the <b>Protocols</b> section on the VI Server page on the Options dialog box.
|- style="background-color:#D1BB80;"  
|R/W
| data-sort-value=277 |115
|X
| [[Application class/Application.PPL LoadInCompatible LVVersion Default Value property|Application:PPL LoadInCompatible LVVersion Default Value]]
|- style="background-color:#FFFFCC;"
|  
|94
| Read/Write
| [[Application class/Srvr.ServiceName property|Srvr.ServiceName]]
| Yes
|Gets or sets the service name for the LabVIEW VI Server.
|- style="background-color:#D1BB80;"
 
| data-sort-value=278 |116
This property is similar to the <b>Service name</b> option on the VI Server page of the Options dialog box.
| [[Application class/Application.Treat LV 2016 As Binary Compatible property|Application:Treat LV 2016 As Binary Compatible]]
|R/W
|
|X
| Read/Write
|- style="background-color:#FFFFCC;"
| Yes
|20
|- style="background-color:#D1BB80;"  
| [[Application class/Srvr.TCPActive property|Srvr.TCPActive]]
| data-sort-value=279 |117
|Specifies whether the TCP interface to the VI Server is currently accepting connections.
| [[Application class/Application.SaveChangesAutoSelection property|Application:SaveChangesAutoSelection]]
 
|  
If the Property Node <b>reference</b> input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance.
| Read/Write
|R/W
| No
|X
|- style="background-color:#D1BB80;"  
|- style="background-color:#FFFFCC;"
| data-sort-value=280 |118
|1B
| [[Application class/Application.NativeEventTracingEnabled property|Application:NativeEventTracingEnabled]]
| [[Application class/Srvr.TCPAccess property|Srvr.TCPAccess]]
|  
|List that describes which TCP/IP addresses of remote clients may access the VI server.
| Read/Write
 
| Yes
Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the elements ['+*.site.com', '-private.site.com'] allows access for all hosts in the site.com domain, with the exception of private.site.com. This property is available only on local versions LabVIEW. If the Property Node <b>reference</b> input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance.
|- style="background-color:#D1BB80;"  
 
| data-sort-value=281 |119
This property is similar to the <b>Machine access list</b> option in the <b>Machine access</b> section on the VI Server page of the Options dialog box.
| [[Application class/Application.NeverShrinkBuffers property|Application:NeverShrinkBuffers]]
 
|  
Example
| Read/Write
|R/W
| Yes
|X
|- style="background-color:#FFFFCC;"
|1A
| [[Application class/Srvr.VIAccess property|Srvr.VIAccess]]
|List that describes which VIs on the VI server are accessible by remote clients.
 
Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the element ['+Server*'] allows access to all VIs whose name starts with 'Server'. This property is available only on local versions of LabVIEW. If the Property Node <b>reference</b> input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance.
 
This property is similar to the <b>Exported VIs list</b> option in the <b>Exported VIs</b> section on the VI Server page of the Options dialog box.
 
Example
|R/W
|X
|- style="background-color:#D1BB80;"
|6E
| [[Application class/SCC.ConfigData property|SCC.ConfigData]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|71
| [[Application class/SCC.DispOnlySelectedFiles property|SCC.DispOnlySelectedFiles]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|74
| [[Application class/SCC.DispWarnIfChkdOut property|SCC.DispWarnIfChkdOut]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|9C
| [[Application class/SCC.IncludeInstrLibInGetDependents property|SCC.IncludeInstrLibInGetDependents]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|9B
| [[Application class/SCC.IncludeVILibInGetDependents property|SCC.IncludeVILibInGetDependents]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|77
| [[Application class/SCC.PromptToAddToSCC property|SCC.PromptToAddToSCC]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|76
| [[Application class/SCC.PromptToCheckOut property|SCC.PromptToCheckOut]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|70
| [[Application class/SCC.ProvLoc property|SCC.ProvLoc]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|6F
| [[Application class/SCC.ProvName property|SCC.ProvName]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|73
| [[Application class/SCC.SelectCallersOnChkOut property|SCC.SelectCallersOnChkOut]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|72
| [[Application class/SCC.SelectHierarchyOnAdd property|SCC.SelectHierarchyOnAdd]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|75
| [[Application class/SCC.UseDlgBoxForChkOut property|SCC.UseDlgBoxForChkOut]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|B7
| [[Application class/Statechart.CodeGenCaseStruct property|Statechart.CodeGenCaseStruct]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|BD
| [[Application class/Statechart.InlineTopLevelGraph property|Statechart.InlineTopLevelGraph]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|EE
| [[Application class/Statechart.IsInstalled property|Statechart.IsInstalled]]
|
|R
|X
|- style="background-color:#D1BB80;"
|B4
| [[Application class/Statechart.Config property|Statechart.Config]]
|
|R
|X
|- style="background-color:#D1BB80;"
|B3
| [[Application class/Statechart.CustomIcon property|Statechart.CustomIcon]]
|
|R
|X
|- style="background-color:#D1BB80;"
|B8
| [[Application class/Statechart.ShowPathIsIn property|Statechart.ShowPathIsIn]]
|
|R
|X
|- style="background-color:#D1BB80;"
|A9
| [[Application class/SuppressAutoUpdateDependencies property|SuppressAutoUpdateDependencies]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|B0
| [[Application class/SupressUpdateNamePreflight property|SupressUpdateNamePreflight]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|AE
| [[Application class/App.ToolNumber property|App.ToolNumber]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|F3
| [[Application class/VIObjCache.Available in RTE property|VIObjCache.Available in RTE]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|F7
| [[Application class/VIObjCache.DistPath property|VIObjCache.DistPath]]
|
|R
|
|- style="background-color:#D1BB80;"
|F8
| [[Application class/VIObjCache.UserPath property|VIObjCache.UserPath]]
|
|R
|
|- style="background-color:#FFFFCC;"
|B5
| [[Application class/WebSrvr.ConfigFile property|WebSrvr.ConfigFile]]
|The path of the LabVIEW Web Server configuration file.
|R
|X
|- style="background-color:#FFFFCC;"
|B6
| [[Application class/WebSrvr.DefConfigFile property|WebSrvr.DefConfigFile]]
|The path of the Web Server configuration file that contains the LabVIEW default configuration.
|R
|X
|- style="background-color:#FFFFCC;"
|30
| [[Application class/WebSrvr.Port property|WebSrvr.Port]]
|The port to which the built-in Web Server listens for HTTP requests.
 
This property is similar to the <b>HTTP Port</b> option on the Web Server page of the Options dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|32
| [[Application class/WebSrvr.LogEnabled property|WebSrvr.LogEnabled]]
|Determines whether the built-in Web Server logs to a file information about HTTP requests.
 
This property is similar to the <b>Use Log File</b> option on the Web Server page of the Options dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|33
| [[Application class/WebSrvr.LogPath property|WebSrvr.LogPath]]
|Determines where the built-in Web Server places the log file.
 
This property is similar to the <b>Log File Path</b> option on the Web Server page of the Options dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|31
| [[Application class/WebSrvr.Timeout property|WebSrvr.Timeout]]
|Determines how long the built-in Web Server waits for read operations to complete when the Web Server reads HTTP requests from HTTP clients.
 
This property is similar to the <b>Timeout</b> option on the Web Server page of the Options dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2F
| [[Application class/WebSrvr.RootPath property|WebSrvr.RootPath]]
|Specifies the root directory from which the built-in Web Server loads files for document requests.
 
This property is similar to the <b>Root Directory</b> option on the Web Server page of the Options dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|2E
| [[Application class/WebSrvr.Active property|WebSrvr.Active]]
|Determines whether the built-in Web Server is enabled. This property immediately changes the status of the Web Server without requiring you to restart LabVIEW. Changes using this property are not saved across sessions of LabVIEW and are not reflected on the Web Server page of the Options dialog box.
 
This property is similar to the <b>Enable Remote Panel Server</b> option on the Web Server page of the Options dialog box. However, you must restart LabVIEW to apply changes to this option. Unlike the Web Server:Server Active property, changes to this option are saved and appear the next time you open LabVIEW.
 
Example
|R/W
|X
|- style="background-color:#FFFFCC;"
|34
| [[Application class/WebSrvr.TCPAccess property|WebSrvr.TCPAccess]]
|Sets or gets the TCP/IP addresses that have access to the Web Server. This property also sets or gets whether each address has access to view a VI remotely, view and control a VI remotely, or does not have access to the Web Server.
 
You can use wildcards in the address you enter. This property is an array of strings, where each string is an address that begins with c+, +, or -.
 
 
c+ specifies that the address has access to view and control a VI remotely.
+ specifies that the address has access to view a VI remotely.
- specifies that the address does not have access to the Web Server.
 
This property is similar to the Web Server page of the Options dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|35
| [[Application class/WebSrvr.VIAccess property|WebSrvr.VIAccess]]
|Sets or gets the VIs that are visible through the Web Server. This property also sets or gets whether LabVIEW allows access to each VI.
 
This property is an array of strings, where each string is a VI name that begins with + or -. If you specify a non-default control time limit for a VI, the value appears before +.
 
 
+ specifies that LabVIEW allows access to the VI.
- specifies that LabVIEW does not allow access to the VI.
 
<b>Note</b>  You can use this property to limit access to  clones already in memory for remote front panel connections. Limiting access to clones is useful when you have a limited number of resources. To limit the number of clones created for remote front panel connections, use the Open VI Reference function to create the required number of clones. Use the VI Clone Name property to get the name of each clone. Limit the access to only those clones you created by adding each clone name beginning with + to the array and by adding the name of the original  reentrant VI beginning with - to the array.
This property is similar to the Web Server page of the Options dialog box.
|R/W
|X
|}
|}
</div>
</div></div>


==Methods==
== Methods ==
<span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
<span class="mw-customtoggle-methodstable">Show/Hide Application Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
<div style="width: 80%; max-height: 50em; overflow: auto;">
{| class="wikitable sortable"
{| class="wikitable sortable"
|+ Application Methods Table
|+ Application Methods Table
! Method ID
! data-sort-type="number"| Property ID
! Data Name
! Long Name (English)
! Short Name
! Description
! Long Name
! RTE
! RTE
|- style="background-color:#D1BB80;"
! B
| data-sort-value=2000 |7D0
! S
| [[Application class/Print.Function To Printer method|Print:Function To Printer]]
! P
|
! D
| No
|-
|- style="background-color:#FFFFCC;"
|80d
| data-sort-value=2005 |7D5
|.NET.Convert Obj To LV Variant
| [[Application class/Mass Compile method|Mass Compile]]
|.NET.Convert Obj To LV Variant
| Loads and [[compiles]] VIs in a directory, including VIs in subdirectories, for the specified [[application instance]].
|.NET:Convert Object To LabVIEW Variant
| No
|X
|- style="background-color:#D1BB80;"
|
| data-sort-value=2006 |7D6
|
| [[Application class/User Interaction.Compare VIs method|User Interaction:Compare VIs]]
|X
|
|
| No
|-
|- style="background-color:#FFAAAA;"
|80c
| data-sort-value=2007 |7D7
|.NET.Convert To .NET Type
| [[Application class/Check In Out method|Check In Out]]
|.NET.Convert To .NET Type
|
|.NET:Convert To .NET Type
| No
|X
|- style="background-color:#FFAAAA;"
|
| data-sort-value=2008 |7D8
|
| [[Application class/Check Out Status method|Check Out Status]]
|X
|
|
| No
|-
|- style="background-color:#FFAAAA;"
|80b
| data-sort-value=2009 |7D9
|.NET.Get Assembly Full Name
| [[Application class/Check Out Mod Dates method|Check Out Mod Dates]]
|.NET.Get Assembly Full Name
|
|.NET:Get Assembly Full Name
| No
|
|- style="background-color:#D1BB80;"
|
| data-sort-value=2010 |7DA
|
| [[Application class/History Since method|History Since]]
|X
|
|
| No
|-
|- style="background-color:#FFAAAA;"
|883
| data-sort-value=2011 |7DB
|.NET.Load Assembly
| [[Application class/Linker.Old Read Info From File method|Linker:Old Read Info From File]]
|.NET.Load Assembly
|
|.NET:Load Assembly To ObjMgr
| No
|
|- style="background-color:#FFFFCC;"
|
| data-sort-value=2014 |7DE
|X
| [[Application class/Bring To Front method|Bring To Front]]
|X
| On Windows and macOS, brings the application windows to the front.
|
| Yes
|-
|- style="background-color:#FFAAAA;"
|807
| data-sort-value=2015 |7DF
|Add Probe To Cache
| [[Application class/Linker.Old Write Info From File method|Linker:Old Write Info From File]]
|Add Probe To Cache
|
|Add Probe To Cache
| No
|X
|- style="background-color:#D1BB80;"
|
| data-sort-value=2016 |7E0
|
| [[Application class/Build.Application method|Build:Application]]
|X
|
|
| No
|-
|- style="background-color:#D1BB80;"
|870
| data-sort-value=2017 |7E1
|Add To MRU
| [[Application class/Build.Distribution method|Build:Distribution]]
|Add To MRU
|
|Add To Most Recently Used List
| No
|X
|- style="background-color:#FFAAAA;"
|
| data-sort-value=2018 |7E2
|
| [[Application class/Convert Type and Data (Deprecated) method|Convert Type and Data (Deprecated)]]
|X
|
|
| Yes
|-
|- style="background-color:#FFFFCC;"
|910
| data-sort-value=2019 |7E3
|AllowScripting
| [[Application class/LVRT.Disconnect From Slave method|LVRT:Disconnect From Slave]]
|AllowScripting
| Disconnects the open connection between LabVIEW and an RT target.
|Allow Scripting
| No
|X
|- style="background-color:#D1BB80;"
|
| data-sort-value=2020 |7E4
|X
| [[Application class/LVRT.Check DLLs method|LVRT:Check DLLs]]
|X
|
|
| No
|-
|- style="background-color:#D1BB80;"
|997
| data-sort-value=2022 |7E6
|IsGlobalBackwardCompatibleLoadEnabled
| [[Application class/Call Internal Command method|Call Internal Command]]
|IsGlobalBackwardCompatibleLoadEnabled
|
|BCRTE:IsGlobalBackwardCompatibleLoadEnabled
| Yes
|X
|- style="background-color:#D1BB80;"
|
| data-sort-value=2023 |7E7
|
| [[Application class/Query Internal Operation Tracking Data method|Query Internal Operation Tracking Data]]
|X
|
|
| Yes
|-
|- style="background-color:#CCFFFF;"
|996
| data-sort-value=2024 |7E8
|SetGlobalBackwardCompatibleLoadEnabled
| [[Application class/Class Operator.Get method|Class Operator:Get]]
|SetGlobalBackwardCompatibleLoadEnabled
| Gets the operator VI associated with the specified class.  Returns FALSE if it does not find the operator VI.
|BCRTE:SetGlobalBackwardCompatibleLoadEnabled
| Yes
|X
|- style="background-color:#CCFFFF;"
|
| data-sort-value=2025 |7E9
|
| [[Application class/Class Operator.Set method|Class Operator:Set]]
|X
| Sets an operator VI for the specified class. Returns FALSE if it fails.
|
| Yes
|-
|- style="background-color:#CCFFFF;"
|88b
| data-sort-value=2026 |7EA
|BitAccurateDataSizeForType
| [[Application class/Class Operator.Remove method|Class Operator:Remove]]
|BitAccurateDataSizeForType
| Removes the operator VI associated with the specified class.  Returns FALSE if it does not find the operator VI.
|Bit Accurate Data Size For Type
| Yes
|X
|- style="background-color:#CCFFFF;"
|
| data-sort-value=2027 |7EB
|X
| [[Application class/Class Operator.Remove All method|Class Operator:Remove All]]
|X
| Removes all operator VIs associated with all classes.
|
| Yes
|-
|- style="background-color:#FFAAAA;"
|7de
| data-sort-value=2028 |7EC
|Bring To Front
| [[Application class/Compare Types method|Compare Types]]
|Bring To Front
|
|Bring To Front
| Yes
|X
|- style="background-color:#FFFFCC;"
|X
| data-sort-value=2029 |7ED
|
| [[Application class/Clipboard.Get Image method|Clipboard:Get Image]]
|
| Returns the image currently stored on the clipboard.
|
| Yes
|-
|- style="background-color:#D1BB80;"
|7fb
| data-sort-value=2030 |7EE
|Browse DataSocket
| [[Application class/Remote Panel.Server Network Load method|Remote Panel:Server Network Load]]
|Browse DataSocket
|
|Browse DataSocket
| Yes
|X
|- style="background-color:#CCFFFF;"
|X
| data-sort-value=2031 |7EF
|
| [[Application class/Clipboard.Empty method|Clipboard:Empty]]
|
| Clears the clipboard.
|
| No
|-
|- style="background-color:#FFFFCC;"
|7e0
| data-sort-value=2033 |7F1
|Build.Application
| [[Application class/Remote Panel.Open Connection To Server method|Remote Panel:Open Connection To Server]]
|Build.Application
| Opens a connection to a server and displays the front panel of a VI on the server computer. You also can request control of the front panel.
|Build:Application
| Yes
|
|- style="background-color:#D1BB80;"
|
| data-sort-value=2034 |7F2
|
| [[Application class/Remote Panel.Client Network Load method|Remote Panel:Client Network Load]]
|X
|
|
| Yes
|-
|- style="background-color:#D1BB80;"
|994
| data-sort-value=2035 |7F3
|Build.BCRTEEnabledPackedLibrary
| [[Application class/Compile VIs Needing Compilation method|Compile VIs Needing Compilation]]
|Build.BCRTEEnabledPackedLibrary
|
|Build:BCRTEEnabledPackedLibrary
| No
|
|- style="background-color:#D1BB80;"
|
| data-sort-value=2036 |7F4
|
| [[Application class/User Interaction.Show Inplaceness Terminals method|User Interaction:Show Inplaceness Terminals]]
|X
|
|
| No
|-
|- style="background-color:#FFAAAA;"
|7e1
| data-sort-value=2037 |7F5
|Build.Distribution
| [[Application class/Data Color method|Data Color]]
|Build.Distribution
|
|Build:Distribution
| Yes
|
|- style="background-color:#
|
|
|X
|
|-
|963
|Build.Object Cache
|Build.Object Cache
|Build:Object Cache
|
|
|
|X
|
|-
|951
|Build.PackedLibrary
|Build.PackedLibrary
|Build:PackedLibrary
|
|
|
|X
|
|-
|811
|C TypeDefs.Get
|C TypeDefs.Get
|C TypeDefs:Get
|X
|
|
|X
|
|-
|810
|C TypeDefs.Reset
|C TypeDefs.Reset
|C TypeDefs:Reset
|X
|
|
|X
|
|-
|7e6
|Call Internal Cmd
|Call Internal Cmd
|Call Internal Command
|X
|
|
|X
|
|-
|97a
|Change Popup Paths
|Change Popup Paths
|Change Control Popup RTM Paths
|
|
|
|X
|
|-
|7e8
|Class Operator.Get
|Class Operator.Get
|Class Operator:Get
|X
|
|X
|
|
|-
|7ea
|Class Operator.Remove
|Class Operator.Remove
|Class Operator:Remove
|X
|
|X
|
|
|-
|7eb
|Class Operator.Remove All
|Class Operator.Remove All
|Class Operator:Remove All
|X
|
|X
|
|
|-
|7e9
|Class Operator.Set
|Class Operator.Set
|Class Operator:Set
|X
|
|X
|
|
|-
|971
|ClearAppBuilderCache
|ClearAppBuilderCache
|Clear Application Builder Cache
|
|X
|
|
|
|-
|95b
|ClearCompObjCache
|ClearCompObjCache
|Clear Compiled Object Cache
|
|X
|
|
|
|-
|942
|ClearInstantiationCacheCache
|ClearInstantiationCacheCache
|Clear Instantiation Cache Cache
|
|
|
|X
|
|-
|968
|ClearSpecCompObjCache
|ClearSpecCompObjCache
|Clear Specific Compiled Object Cache
|
|
|
|X
|
|-
|7ef
|Clipboard.Empty
|Clipboard.Empty
|Clipboard:Empty
|
|
|X
|
|
|-
|7ed
|Clipboard.Get Image
|Clipboard.Get Image
|Clipboard:Get Image
|X
|X
|
|
|
|-
|851
|Clipboard.Read
|Clipboard.Read
|Clipboard:Read From Clipboard
|X
|X
|
|
|
|-
|852
|Clipboard.Write
|Clipboard.Write
|Clipboard:Write to Clipboard
|X
|X
|
|
|
|-
|993
|CloseLEIFBuildData
|CloseLEIFBuildData
|Close LEIF Build Data Cookie
|
|
|
|X
|
|-
|920
|CodeCov.AllVIs
|CodeCov.AllVIs
|Code Coverage:All VIs Measured
|
|
|
|X
|
|-
|91e
|CodeCov.Reset
|CodeCov.Reset
|Code Coverage:Reset
|
|
|
|X
|
|-
|91f
|CodeCov.Reset VI
|CodeCov.Reset VI
|Code Coverage:Reset VI
|
|
|
|X
|
|-
|923
|CodeCov.ShowUnrunDiags
|CodeCov.ShowUnrunDiags
|Code Coverage:Show Uncovered Diagrams
|
|
|
|X
|
|-
|91c
|CodeCov.Start
|CodeCov.Start
|Code Coverage:Start
|
|
|
|X
|
|-
|91d
|CodeCov.Stop
|CodeCov.Stop
|Code Coverage:Stop
|
|
|
|X
|
|-
|922
|CodeCov.UnrunDiags
|CodeCov.UnrunDiags
|Code Coverage:Uncovered Diagrams
|
|
|
|X
|
|-
|921
|CodeCov.VIPercentage
|CodeCov.VIPercentage
|Code Coverage:VI Percentage
|
|
|
|X
|
|-
|958
|Compare CPTMs For Packed Library
|Compare CPTMs For Packed Library
|Compare:CPTMs For Packed Library
|X
|
|
|X
|
|-
|84f
|Cmp Data Types
|Cmp Data Types
|Compare:Data Types
|X
|
|
|X
|
|-
|7f3
|Compile VIs Needing Compilation
|Compile VIs Needing Compilation
|Compile VIs Needing Compilation
|
|
|
|X
|
|-
|95e
|Compile App Context
|Compile App Context
|Compiler:Compile App Context
|X
|
|
|X
|
|-
|952
|GetCompilerSettings
|GetCompilerSettings
|Compiler:Get Compiler Settings
|X
|
|
|X
|
|-
|98e
|IsCalleeInlined
|IsCalleeInlined
|Compiler:Is Callee Inlined
|X
|
|
|X
|
|-
|94d
|ReadDFIRTokens
|ReadDFIRTokens
|Compiler:Read DFIR Tokens
|X
|
|
|X
|
|-
|953
|SetCompilerSettings
|SetCompilerSettings
|Compiler:Set Compiler Settings
|X
|
|
|X
|
|-
|823
|Config.Get Settings
|Config.Get Settings
|Configuration:Get Settings
|X
|
|
|X
|
|-
|83d
|Config.Get Target App's Settings
|Config.Get Target App's Settings
|Configuration:Get Target App's Settings
|X
|
|
|X
|
|-
|83c
|Config.Set Settings
|Config.Set Settings
|Configuration:Set Settings
|X
|
|
|X
|
|-
|83e
|Config.Set Target App's Settings
|Config.Set Target App's Settings
|Configuration:Set Target App's Settings
|X
|
|
|X
|
|-
|7f7
|Conn Responsive.Check
|Conn Responsive.Check
|Connection Responsiveness:Check
|X
|X
|
|
|
|-
|7f8
|Conn Responsive.Info
|Conn Responsive.Info
|Connection Responsiveness:Information
|X
|X
|
|
|
|-
|957
|Consolidated Save
|Consolidated Save
|Consolidated Save
|
|
|
|X
|
|-
|815
|Context.CreateLocalHostAppInstance
|Context.CreateLocalHostAppInstance
|Context:Create Local Host App Instance
|X
|
|
|X
|
|-
|974
|Context.CrossContextLoadVI
|Context.CrossContextLoadVI
|Context:Cross Context Load Unsaved VI
|X
|
|
|X
|
|-
|86d
|Context.GetFromProj
|Context.GetFromProj
|Context:Get From Project
|
|
|
|X
|
|-
|81e
|Context.Get Preferred
|Context.Get Preferred
|Context:Get Preferred
|X
|
|
|X
|
|-
|812
|Context.OpenSibling
|Context.OpenSibling
|Context:Open Sibling
|X
|
|
|X
|
|-
|864
|Context.Ref Count.Dec
|Context.Ref Count.Dec
|Context:Reference Count:Decrement
|X
|
|
|X
|
|-
|863
|Context.Ref Count.Inc
|Context.Ref Count.Inc
|Context:Reference Count:Increment
|X
|
|
|X
|
|-
|936
|CopyDataConvert
|CopyDataConvert
|Copy Data Convert
|X
|
|X
|X
|
|-
|809
|Create COM WDT Data
|Create COM WDT Data
|Create COM WDT Data
|X
|
|
|X
|
|-
|89f
|CreateGUID
|CreateGUID
|Create GUID
|X
|
|
|X
|
|-
|932
|CreateInstantiation
|CreateInstantiation
|Create Generic VI Instantiation
|
|
|X
|X
|
|-
|850
|Data Type Color
|Data Type Color
|Data Type Color
|X
|
|X
|
|
|-
|845
|DbgConn.CloseDbgConn
|DbgConn.CloseDbgConn
|Debug Connection:Close Debug Connection
|
|X
|
|
|
|-
|89e
|DbgConn.GetDbgConn
|DbgConn.GetDbgConn
|Debug Connection:Get Debug Connection
|
|
|
|X
|
|-
|846
|DbgConn.ListApps
|DbgConn.ListApps
|Debug Connection:List Applications or Shared Libraries
|
|X
|
|
|
|-
|844
|DbgConn.OpenDbgConn
|DbgConn.OpenDbgConn
|Debug Connection:Open Debug Connection
|
|X
|
|
|
|-
|89b
|DebugStartTiming
|DebugStartTiming
|Debug Start Timing
|X
|
|
|X
|
|-
|944
|DTT.FilterVILibEvents
|DTT.FilterVILibEvents
|Desktop Tracing:Filter VI Lib Events
|X
|
|
|X
|
|-
|906
|DTT.GetTraceData
|DTT.GetTraceData
|Desktop Tracing:Get Trace Data
|X
|
|
|X
|
|-
|916
|DTT.IsTracingEnabled
|DTT.IsTracingEnabled
|Desktop Tracing:Is Tracing Enabled
|X
|
|
|X
|
|-
|905
|DTT.Setup
|DTT.Setup
|Desktop Tracing:Setup
|X
|
|
|X
|
|-
|98a
|DoPostInstallObjCacheCheck
|DoPostInstallObjCacheCheck
|Do Post Install ObjCache Check
|
|
|
|X
|
|-
|911
|EnableExternalProptypes
|EnableExternalProptypes
|Enable External Proptypes
|X
|
|X
|X
|
|-
|913
|EnableMetaTrans
|EnableMetaTrans
|Enable Meta Transactions
|X
|
|X
|X
|
|-
|912
|EnableTempSelect
|EnableTempSelect
|Enable Temp Selection
|X
|
|
|X
|
|-
|915
|DeferErrWinUpdates
|DeferErrWinUpdates
|Error Window:Defer Updates
|
|
|
|X
|
|-
|89d
|OpenErrWdw
|OpenErrWdw
|Error Window:Open
|X
|
|
|X
|
|-
|967
|FlushArcCaching
|FlushArcCaching
|Flush Archive Caching
|X
|
|X
|X
|
|-
|882
|ForceAutoSave
|ForceAutoSave
|Force AutoSave
|
|
|
|X
|
|-
|902
|ForceUpdateDiskMonitoring
|ForceUpdateDiskMonitoring
|Force Update Disk Monitoring
|X
|
|
|X
|
|-
|978
|Freeze Polys
|Freeze Polys
|Freeze Poly VIs
|
|
|
|X
|
|-
|91b
|GetActiveVIRef
|GetActiveVIRef
|Get Active VI Reference
|
|
|X
|
|
|-
|97d
|Get Broken VI List
|Get Broken VI List
|Get Broken VI List
|
|
|X
|X
|
|-
|86c
|GetClassNameFromID
|GetClassNameFromID
|Get
|}
|}
</div>
</div></div>


==Events==
== Events ==
<span class="mw-customtoggle-eventstable">Show/Hide Application EventsTable</span>
<span class="mw-customtoggle-eventstable">Show/Hide Application Events Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-eventstable">
<div class="mw-collapsible" id="mw-customcollapsible-eventstable">
{{VIServerLegend}}
<div style="width: 80%; max-height: 50em; overflow: auto;">
{| class="wikitable sortable"
{| class="wikitable sortable"
|+ Application Events Table
|+Application Events Table
! Code
! data-sort-type="number"| Code
! Name
! Name
! Description
! Type
! Type
! B
|- style="background-color:#CCFFFF;"
! S
| data-sort-value=4294967295 |1073741888
! P
| [[Application class/Application Activation event|Application Activation]]
! D
| Occurs when the user activates LabVIEW.
|-
| Notify
|1073741888
|- style="background-color:#FFFFCC;"
|Application Activation
| data-sort-value=4294967295 |1073741850
|Notify
| [[Application class/Application Instance Close event|Application Instance Close]]
|
| When registered for in a [[VI]] running inside a [[LabVIEW Project]], generated when the [[application instance]] of the project is closed for any reason, such as when you close the [[Project Explorer]] window, when you select '''File&#0187;Close All''' or '''File&#0187;Quit''', or when you run a [[VI]] that executes the [[Quit LabVIEW]] function. When registered for in a VI running outside a project, generated when you exit LabVIEW through the user interface or with the Quit LabVIEW function.
|X
| Notify
|
|- style="background-color:#FFFFCC;"
|
| data-sort-value=4294967295 |2147483652
|-
| [[Application class/Application Instance Close? event|Application Instance Close?]]
|1073741850
| When registered for in a VI running inside a [[LabVIEW Project]], this event is generated when the [[application instance]] of the project is closed interactively, such as when you close the [[Project Explorer]] window or when you select '''File&#0187;Close All''' or '''File&#0187;Quit'''. When registered for in a VI running outside a project, this event is generated only when you exit LabVIEW through the user interface.
|Application Instance Close
| Filter
|Notify
|- style="background-color:#D1BB80;"
|X
| data-sort-value=4294967295 |1073741908
|
| [[Application class/Auto Error Notification event|Auto Error Notification]]
|
|  
|
|  
|-
|- style="background-color:#FFFFCC;"
|2147483652
| data-sort-value=4294967295 |1073741906
|Application Instance Close?
| [[Application class/Bookmark Info Change event|Bookmark Info Change]]
|Filter
| Generated when the user changes a bookmark.
|X
| Notify
|
|- style="background-color:#CCFFFF;"
|
| data-sort-value=4294967295 |1073741896
|
| [[Application class/Context Help Window Updated event|Context Help Window Updated]]
|-
| Occurs when the [[Context Help window]] is updated.
|1073741908
| Notify
|Auto Error Notification
|- style="background-color:#FFFFCC;"
|Notify
| data-sort-value=4294967295 |1073741883
|
| [[Application class/NI Security User Change event|NI Security User Change]]
|
| Generated when the user logs into the application.
|X
| Notify
|
|- style="background-color:#D1BB80;"
|-
| data-sort-value=4294967295 |1073741889
|1073741906
| [[Application class/OS Open Document event|OS Open Document]]
|Bookmark Info Change
|  
|Notify
|  
|X
|- style="background-color:#D1BB80;"
|
| data-sort-value=4294967295 |2147483717
|
| [[Application class/OS Open Document? event|OS Open Document?]]
|
|  
|-
|  
|1073741896
|- style="background-color:#D1BB80;"
|Context Help Window Updated
| data-sort-value=4294967295 |1073741897
|Notify
| [[Application class/Selection Change event|Selection Change]]
|
|  
|X
|  
|
|- style="background-color:#FFFFCC;"
|
| data-sort-value=4294967295 |1073741825
|-
| [[Application class/Timeout event|Timeout]]
|1073741883
| Occurs when the Event structure times out. <!--begin parent="lvhowto.chm::/CfgEvents.html-->Wire a value to the Timeout terminal at the top left of the Event structure to specify the number of milliseconds the Event structure should wait for an event to occur before generating a Timeout event.<!--end parent="lvhowto.chm::/CfgEvents.html"-->
|NI Security User Change
| Notify
|Notify
|- style="background-color:#CCFFFF;"
|X
| data-sort-value=4294967295 |1073741857
|
| [[Application class/VI Activation event|VI Activation]]
|
| Generated when you activate a VI window.
|
| Notify
|-
|- style="background-color:#CCFFFF;"
|1073741889
| data-sort-value=4294967295 |1073741907
|OS Open Document
| [[Application class/VI Deactivation event|VI Deactivation]]
|Notify
| Generated when you deactivate a VI window. This event fires when you remove focus from a VI.
|
| Notify
|
|- style="background-color:#D1BB80;"
|X
| data-sort-value=4294967295 |1073741858
|
| [[Application class/VI Redraw event|VI Redraw]]
|-
|  
|2147483717
|  
|OS Open Document?
|- style="background-color:#CCFFFF;"
|Filter
| data-sort-value=4294967295 |1073741859
|
| [[Application class/VI Scroll event|VI Scroll]]
|
|  
|X
| Notify
|
|- style="background-color:#D1BB80;"
|-
| data-sort-value=4294967295 |1073741899
|1073741897
| [[Application class/Window Opened event|Window Opened]]
|Selection Change
|  
|Notify
|  
|
|- style="background-color:#D1BB80;"
|
| data-sort-value=4294967295 |2147483722
|X
| [[Application class/Window Opened? event|Window Opened?]]
|
|  
|-
|  
|1073741825
|Timeout
|Notify
|X
|
|
|
|-
|1073741857
|VI Activation
|Notify
|
|X
|
|
|-
|1073741907
|VI Deactivation
|Notify
|
|X
|
|
|-
|1073741858
|VI Redraw
|Notify
|
|
|X
|
|-
|1073741859
|VI Scroll
|Notify
|
|X
|
|
|-
|1073741899
|Window Opened
|Notify
|
|
|X
|
|-
|2147483722
|Window Opened?
|Filter
|
|
|X
|
|}
|}
</div>
</div></div>
 
== History ==
== History ==
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]]
|
*[[Application class/Application.NeverShrinkBuffers property|Application:NeverShrinkBuffers property]] was added.
*[[Application class/Palettes.Get Functions Names property|Palettes:Get Functions Names property]] name changed to [[Application class/Palettes.Functions Names property|Palettes:Functions Names property]] and changed from [[VI Server#Private|Private]] to [[VI Server#VI Scripting|VI Scripting]].
*[[Application class/Palettes.Get Controls Names property|Palettes:Get Controls Names property]] name changed to [[Application class/Palettes.Controls Names property|Palettes:Controls Names property]] and changed from [[VI Server#Private|Private]] to [[VI Server#VI Scripting|VI Scripting]].
*[[Application class/LVClass.Create Interface method|LVClass:Create Interface method]] was added.
*[[Application class/Freeze Type Propagation In Build Context method|Freeze Type Propagation In Build Context method]] was added.
*[[Application class/Unfreeze Type Propagation In Build Context method|Unfreeze Type Propagation In Build Context method]] was added.
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
Line 5,043: Line 3,343:
*[[Application reference]]
*[[Application reference]]
*[[Application instance]]
*[[Application instance]]
[[Category:VI Server Class]]

Latest revision as of 05:18, 8 December 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Application class
Class ID 1
Scope Basic Development Environment
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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.

Properties

Show/Hide Application Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Application Properties Table
Property ID Long Name (English) Description R/W RTE
0 Application:Name Filename of the application. Read Only Yes (Read Only)
1 Application:User Name User name used to open the application. Read/Write Yes (Read Only)
2 Application:Version Number Version number of the application. In a stand-alone application or shared library, this property returns the version of the LabVIEW Run-Time Engine. Read Only Yes (Read Only)
3 Application:Kind Indicates the LabVIEW instance the VI is running in, including invalid application types. Read Only Yes (Read Only)
4 Application:Target:Operating System Indicates the operating system for which the application was built. Mac OS refers to Mac OS versions 9 and 8. Carbon refers to Mac OS X (32-bit). Read Only Yes (Read Only)
5 Application:Target:CPU Indicates the target CPU of an application. Read Only Yes (Read Only)
6 Operating System:Name Name of the operating system where the application is actually running. Read Only Yes (Read Only)
7 Operating System:Version Number Version number of the actual operating system. Read Only Yes (Read Only)
8 Application:Exported VIs In Memory Returns a list of exported VIs in memory. Read Only Yes (Read Only)
9 Printing:File Wrap Text Length Maximum number of characters on a single line in a file. Affects the Print:VI To HTML, Print:VI To RTF, and Print:VI To Text methods. Set this property to 0 to print all the characters on one line so the text does not wrap. Read/Write No
A Printing:PNG Compression Level Number between 0 and 9 that specifies the level of compression you want for the PNG file for graphics in VIs printed either interactively or with the Print:VI To HTML method. The quality of the graphic is not affected by the compression, but the graphic file size and speed of compression are affected by this value. Valid values range from 0 to 9 and balance file compression with speed. 0 designates no compression. 1 designates less compression, but faster speed. 9 designates high compression, but slower speed. If you enter -1, LabVIEW selects the best combination of speed and compression. Read/Write No
B Printing:JPEG Quality Percentage value from 0 to 100 specifying the level of quality you want for the JPEG graphic in VIs printed either interactively or with the Print:VI To HTML method. The scale balances image quality and file size. A value in the 75 to 95 range produces a compressed file with a high-quality image, and a value below 50 produces a smaller file size with a low-quality image. The default is 80. Read/Write No
C Printing:Custom Connector? Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods. Read/Write No
D Printing:Custom Description? Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods. Read/Write No
E Printing:Custom Panel? Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods. Read/Write No
F Printing:Custom Panel Border? Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods. Read/Write No
10 Printing:Custom Controls? Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods. Read/Write No
11 Printing:Custom Control Descriptions? Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods. Read/Write No
12 Printing:Custom Control Types? Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods. Read/Write No
13 Printing:Custom Diagram? Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods. Read/Write No
14 Printing:Custom Diagram Hidden? Specifies whether to print the hidden frames in Case and Stacked Sequence structures that might be present on the block diagram when using the custom format with one of the print documentation VI methods. Read/Write No
15 Printing:Custom Diagram Repeat? Specifies whether to print visible subdiagrams of each Case, Event, and Stacked Sequence structure in sequence with the non-visible subdiagrams when using the custom format with one of the print documentation VI methods. If you print the visible subdiagrams in sequence, those subdiagrams print twice. Read/Write No
16 Printing:Custom List of SubVIs? Specifies whether to print a list of the subVIs and Express VIs including the icon, name, and path when using the custom format with one of the print documentation VI methods. If a polymorphic VI is a subVI, LabVIEW prints the instance used in the top-level VI including the icon, name, and path. If the top-level VI is polymorphic, LabVIEW prints a list of all the instances of the polymorphic VI including the icon, name, and path of each instance. Read/Write No
17 Printing:Custom Hierarchy? Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods. Read/Write No
18 Printing:Custom History? Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods. Read/Write No
19 Application:Directory Path Absolute path to the directory where the application is located. Read Only Yes (Read Only)
1A Server:VI Access List List that describes which VIs on the VI server are accessible by remote clients. Read/Write Yes
1B Server:TCP/IP Access List List that describes which TCP/IP addresses of remote clients may access the VI server. Read/Write Yes
1C Application:All VIs In Memory Returns a list of VIs in memory for the specified Application instance. This property returns an error if you wire a remote application reference to the reference input. For a remote application, use the Exported VIs in Memory property to return a list of exported VIs. Read Only Yes (Read Only)
1D Application:Menu Launch:VI Returns the name of the VI that launched the calling VI from a menu selection. Read Only Yes (Read Only)
1E Application:All System VIs in Memory Returns all System VIs in the specified application instance. Read Only Yes
1F Application:Menu Set This property returns the palette set name currently in use. Palette set is a concept from pre-LabVIEW 8 where users could have more than one set of palettes. Since LabVIEW 8, LabVIEW ships with only one palette set and doesn't allow users to create more palette sets. There is no concepts of palette set anymore. Read/Write No
20 Server:TCP Listener Active Specifies whether the TCP interface to the VI Server is currently accepting connections. Read/Write Yes
21 Display:Primary Workspace Gives the bounding rectangle of the computer's primary monitor. Read Only Yes (Read Only)
22 Display:All Monitors Returns information about all the monitors on the computer, including their bit depths and bounding rectangles. Read Only Yes (Read Only)
24 Server:VI Calls Allowed Not implemented. Read/Write No
25 Server:VI Operations Allowed Not implemented. Read/Write No
26 Server:Application Operations Allowed Not implemented. Read/Write No
27 Server:Logging Enabled Specifies whether the TCP interface to the VI Server is logging operations to a file. Read/Write Yes
28 Server:Logging File Path Path of the log file created during TCP/IP communication. Read/Write Yes
29 Printing:Custom All Controls? Specifies whether to print all controls or only the controls wired to the connector pane when using the custom format with one of the print documentation VI methods. Read/Write No
2A Application:Controls Palette Open This application property indicates if the Controls Palette is visible when read; and shows/hides the controls palette when written. Read/Write No
2B Application:Functions Palette Open This application property indicates if the Functions Palette is visible when read; and shows/hides the Functions Palette when written. Read/Write No
2C Application:Tools Palette Open This application property indicates if the Tools Palette is visible when read, and shows/hides the Tools Palette when written. Read/Write No
2D Application:Default:File Dialog Path Read/Write Yes
2E Web Server:Server Active Determines whether the built-in Web Server is enabled. This property immediately changes the status of the Web Server without requiring you to restart LabVIEW. Changes using this property are not saved across sessions of LabVIEW and are not reflected on the Web Server page of the Options dialog box. Read/Write Yes
2F Web Server:Root Directory Path Specifies the root directory from which the built-in Web Server loads files for document requests. Read/Write Yes
30 Web Server:HTTP Port The port to which the built-in Web Server listens for HTTP requests. Read/Write Yes
31 Web Server:Read Timeout Determines how long the built-in Web Server waits for read operations to complete when the Web Server reads HTTP requests from HTTP clients. Read/Write Yes
32 Web Server:Logging Enabled Determines whether the built-in Web Server logs to a file information about HTTP requests. Read/Write Yes
33 Web Server:Logging File Path Determines where the built-in Web Server places the log file. Read/Write Yes
34 Web Server:TCP/IP Access List Sets or gets the TCP/IP addresses that have access to the Web Server. This property also sets or gets whether each address has access to view a VI remotely, view and control a VI remotely, or does not have access to the Web Server. Read/Write Yes
35 Web Server:VI Access List Sets or gets the VIs that are visible through the Web Server. This property also sets or gets whether LabVIEW allows access to each VI. Read/Write Yes
36 Application:Parent Window For Dialogs Specifies a parent window (HWND) to which LabVIEW dialogs are modal to. Read/Write Yes
37 Application:Version As Integer This property returns LabVIEW's version in internal format. Read Only Yes
38 Application:Embedded Root Path This is the root path exported by an embedded system. Read Only Yes
39 Application:Preferences File Path Read Only Yes
3A Application:Host Preferences Section Read Only Yes
3B Application:Registered Owner Read Only Yes
3C Application:Registered Organization Read Only Yes
3D Application:Serial Number Read Only Yes
3E Application:Downloaded VIs Reports those VIs that have been downloaded to RT system. Read Only No
3F Application:Show FP Tip Strips Writing the property: Setting this property to TRUE enables the display of tip strips on front panel controls. Setting the property to FALSE prevents them from being displayed. Reading the property: Specifies whether tip strips display when idling over controls on the front panel. Read/Write Yes
41 Remote Panel:Connections To Clients Returns an array of clusters containing connection information about the clients currently connected to the computer. Read Only Yes (Read Only)
42 Remote Panel:Connections To Servers Returns an array of clusters containing connection information about the servers to which the computer is currently connected. Read Only Yes (Read Only)
43 Remote Panel:NetLoad Monitor Enabled Specifies whether or not to turn on or off the network traffic monitor. Read/Write Yes
44 Application:Target:IP Address Returns the IP address of the execution target of a LabVIEW Real-time development system. Read Only Yes
45 Application:Remote Web Server Active Read Only Yes
46 Application:Active:VI Returns the name of the active VI in the application. Read Only Yes
47 Application:Selection List Changed Read Only Yes
48 Printing:Color/Grayscale? If TRUE, LabVIEW sends color/grayscale output to the printer. If FALSE, LabVIEW sends monochrome output to the printer. Read/Write Yes
49 Printing:Default Printer Gets or sets the name of the default printer in LabVIEW. Read/Write Yes
4A Printing:Method Gets or sets how LabVIEW prints. Read/Write Yes
4B Printing:Available Printers Returns an alphabetized array of printer names available on the computer. Read Only Yes
4D Application:Unattended Mode Read/Write Yes
4E Application:Default:Error Handler VI Read/Write Yes
4F Application:Command Line Arguments Returns an array of user-defined command-line arguments passed when LabVIEW launched. Read Only Yes (Read Only)
51 Application:Use App Template Browser Read/Write Yes
52 Application:Assistants Use Strict Types Default Read/Write Yes
53 Application:Auto-Route Wires Returns whether LabVIEW automatically finds a route for a wire. Read/Write No
54 Application:Target:Info Read Only Yes
55 Application:Target:Kind Read Only Yes
56 Application:Defer Drawing Read/Write Yes
57 Application:Default:Data Directory Path to the default data directory. Read Only Yes (Read Only)
58 Application:Search Paths Read/Write Yes
59 Application:Real-Time Support Read Only Yes
5A Application:User Interface Available If you are not targeted to a real-time (RT) platform, this property is always TRUE. If you are targeted to an RT-platform and the host is connected, this property is TRUE. When this property is FALSE, the host is not connected, requiring that the Real-Time Module application must be able to handle all operations independent of the host. Use this property to determine when it is safe to display a dialog box that requires user interaction. Read Only Yes
5B Application:Delete FP Terminal from Diagram Returns whether LabVIEW deletes terminals corresponding to front panel objects from diagram operations. Read/Write No
5C Printing:Custom Express VI Configuration? Specifies whether to print the configuration information for any Express VIs on the block diagram when using the custom format with one of the print documentation VI methods. Read/Write No
5D Server:Port Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application. Read/Write Yes
5E Remote Panel:Is Supported Read Only Yes
5F Application:Installed Package Read Only Yes
60 Application:Inside Build App Read/Write Yes
62 Application:Internet Toolkit Installed Read/Write Yes
63 Application:Language Indicates the language of the LabVIEW environment or stand-alone application as a string according to ISO 639. Values include en, de, fr, ja, ko, and zh-cn. Read Only Yes (Read Only)
64 Application:Window For Panel Origin Read/Write Yes
65 Module Handle Read Only Yes
66 Application:Pump OS Messages Read/Write Yes
67 Application:Full Feature Read Only Yes
68 Application:All Contexts Read Only Yes
69 Project:Projects[] Returns an array of references to each LabVIEW Project in memory. You can use these references with the Project Properties. Read Only Yes
6A Application:DWarn Dialog Read/Write Yes
6B Options:Use Abridged Menus Read/Write No
6E Source Control:Configuration Data Read/Write Yes
6F Source Control:Provider Name Read/Write Yes
70 Source Control:Provider Location Read/Write Yes
71 Source Control:Display Only Selected Files Read/Write Yes
72 Source Control:Select Hierarchy When Adding Files Read/Write Yes
73 Source Control:Select Callers When Checking Files Out Read/Write Yes
74 Source Control:Display Warning If File Is Checked Out Read/Write Yes
75 Source Control:Use Dialog Box For File Checkout Read/Write Yes
76 Source Control:Prompt to Check Out Read/Write Yes
77 Source Control:Prompt to Add to SCC When Adding to Project Read/Write Yes
78 Source Control:Prompt to Add SubVIs Read/Write Yes
7A Application:Context Name Read Only Yes
7C NI Security:User Indicates the name of the user who is currently logged in, using the format of <Domain Name>\<User Name>. Read Only Yes
7D Application:Is Editor In MDI Mode Read Only Yes
7E Project:Owning Project Returns a reference to the project that owns the referenced application. Read Only No
7F Application:Menu Launch:App Returns a reference to the application instance that launched the calling VI from a menu selection. Read Only Yes (Read Only)
80 Application:Active:Application Gets an application reference to the active VIs owning application. Read Only Yes (Read Only)
81 Project:Default Project Read Only No
82 Project:Has Any Project Been Created Read Only Yes
83 Application:LVTarget Read Only No
84 Application:Private? Read Only Yes
85 Project:Show Path in Project Window Read/Write Yes
86 Project:Target Item Returns the associated target item of the application reference you specify. Read Only Yes
87 Project:Get Last Max Load Time Read Only Yes
88 Project:Libraries[] Read Only No
89 Application:Save Format Read/Write Yes
8B Application:Target:Class Name Read Only Yes
8C Options:Editor Menu Bar Read Only No
8D Application:Debug Name Returns the name used for opening a debugging connection to this application or shared library. This method is only useful in built applications or shared libraries. Read Only Yes
8E Application:Cross Context Settings Read Only No
8F Application:Default:Context Name Read Only Yes
90 Application:Default:Application Returns the default application reference. Read Only Yes
91 Application:All Libraries in All Application Instances Read Only Yes
92 Project:Active Project Returns a reference to the LabVIEW Project that is active when this property executes. A project is active if the user has the associated project in Project Explorer in focus or any member of the project in focus, including VIs, Controls, and LabVIEW Project Libraries. Read Only No
93 Printing:Custom Control Label/Caption? Specifies whether to print the label and/or caption for each control when using the custom format with one of the print documentation VI methods. Read/Write No
94 Server:Service Name Gets or sets the service name for the LabVIEW VI Server. Read/Write Yes
96 Application:Z Compress Level Read/Write Yes
97 Application:On Line Read/Write Yes
98 Debug Server:Server Active Determines whether the Debug Server is enabled. You can use this property only in LabVIEW-built applications or shared libraries. Read/Write Yes
99 Debug Server:TCP/IP Access List List that describes which TCP/IP addresses of remote clients can access the Debug Server. You can use this property only in LabVIEW-built applications or shared libraries. Read/Write Yes
9B Source Control:Include VILib In Get Dependents Read/Write Yes
9C Source Control:Include InstrLib In Get Dependents Read/Write Yes
9D Save for Previous:Original App Read Only Yes
9E Application:VI Of Top Most Block Diagram Returns a reference to the block diagram highest in the Z order, which is most likely the last block diagram accessed. Read Only Yes
9F Run Reserve XInterface Components Read/Write Yes
A0 NI Security:Nobody Logged In? Determines if anyone is logged in. Read Only Yes
A1 NI Security:Unique User Read Only Yes
A2 Delay File Notifications Read/Write Yes
A3 MathScript:Path Read Only Yes
A4 Application:Multi Pwd Op Cancelled? Read Only No
A5 MathScript:All M Files In Context Read Only No
A6 Application:Is Migration Enabled Read/Write No
A7 Crosslink:Force Enable Dialogs Read/Write Yes
A8 Crosslink:Suppress Dialogs Read/Write Yes
A9 Suppress Auto Update Dependencies Read/Write Yes
AA Application:Let Private Context Run With XNode Read/Write Yes
AD Application:Clipboard VI Read/Write Yes
AE Tool Number Read/Write Yes
AF Application:Compiler:DFIR Compiler Read/Write Yes
B0 Supress Update Name Preflight Read/Write Yes
B1 Palettes:Functions Names Returns the names of all the items in the Functions palettes for a given application reference. Read Only No
B2 Palettes:Controls Names Returns the names of all the items in the Controls palettes for a given application reference. Read Only No
B3 Statechart:Show Custom Icon Read Only Yes
B4 Statechart:Show Configuration Read Only Yes
B5 Web Server:Config File Path The path of the LabVIEW Web Server configuration file. Read Only Yes
B6 Web Server:Default Config File Path The path of the Web Server configuration file that contains the LabVIEW default configuration. Read Only Yes
B7 Statechart:CodeGenCaseStruct Read/Write Yes
B8 Statechart:Show Path for IsIn Read Only Yes
B9 Application:Saveable Versions An array of the LabVIEW versions to which this version of LabVIEW can save. The array is in reverse chronological order, with the zeroth element being the current version of LabVIEW. Each element of the array is a valid version to pass to VI server functions which save to previous versions. Read Only No
BA Application:DSC Support Read Only Yes
BB Load and Save Warnings:Auto Test Mode Read/Write No
BC Load and Save Warnings:History Read Only No
BD Statechart:InlineTopLevelGraph Read/Write Yes
BE Application:Property and Method Data Types Read Only No
BF Operating System:Build Number Build number of the actual operating system. This string returns an alphanumeric value of the build number that you can use to compare the build version of operating systems. This property is read only. Read Only Yes
C1 Application:Compiler:Sanity Read/Write Yes
C2 Application:Compiler:DOT Read/Write Yes
C6 Operating System:Detailed Name Detailed name of the operating system where the application is actually running. This string value returns the operating system and its version. This property is similar to a combination of Operating System:Name property and Operating System:Version Number property, which return the platform name and a numeric version number respectively. This property is read only. Read Only Yes
CA Application:Compiler:LLVM Compiler Read/Write Yes
CD Application:All Libraries in Application Instance Lists all Libraries currently in memory in this application instance. Read Only Yes
CE Application:Target:Number of Logical Processors Returns the number of processing units the computer or target contains. Read Only Yes
D0 Application:Target:Number of Cores per Package Returns the number of cores per package the computer or target contains. Read Only Yes
D1 Application:Target:Number of Logical Processors per Core Returns the number of logical processors per core the computer or target contains. Read Only Yes
D2 Application:Target:Current Processor ID Read Only Yes
D3 Application:Target:Data Cache Entry Sizes Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains. Read Only Yes
D4 Application:Target:Data Cache Sizes Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains. Read Only Yes
D5 Application:Target:Number of Packages Returns the number of packages, or chips, the computer or target contains. Read Only Yes
D7 Application:Version Year Version year of the application. In a stand-alone application or shared library, this property returns the version year of the LabVIEW Run-Time Engine. Read Only Yes (Read Only)
D9 Application:Compiler:BriefDOT Read/Write Yes
DA Application:Is Build App Instance Read/Write No
DB Application:TestStandOptions Read/Write Yes
DC Application:Legacy Build App File Layout Read Only Yes
DD Application:Available Environment Modes Read Only No
DE Application:Save Version Returns the version number of the LabVIEW file format to which LabVIEW documents are saved. This version number might be different from the version number of the application. For example, LabVIEW with the version number 9.0.1 saves LabVIEW documents with a file format version number of 9.0. Read Only Yes (Read Only)
DF Application:Save Version As Integer Read Only Yes
E0 Get NXT Context Read Only No
E1 Application:Hide Load Warning Read/Write Yes
E2 Application:Disable Path Case Read/Write Yes
E3 Application:Lock Instantiations for AppBuilder Read/Write No
E4 Application:Clipboard Mode Read/Write Yes
E6 Application:Compiler:SSE Runtime Optimization Read/Write Yes
E7 Printing:Custom Cluster Constants? Specifies whether to print the hidden contents of iconified cluster constants that might be present on the block diagram when using the custom format with one of the print documentation VI methods. Read/Write No
E8 MathScript:Compiler Signature Read Only No
E9 VIObjCache:Path Read Only Yes
EA Application:Compiler:SSE1 Code Generation Read/Write Yes
EB Application:Compiler:SSE2 Code Generation Read/Write Yes
EC Application:UD Refnum Files Read Only No
ED Application:Rename Variables for AppBuilder Read/Write No
EE Statechart:Is Installed Read Only Yes
EF Application:Current Environment Mode Returns the current environment mode of LabVIEW, such as robotics. If you call this property from a VI in the LabVIEW development system environment, this property returns an empty string. Read/Write Yes
F0 MathScript:HighlightingColors Read Only No
F1 MathScript:ColorsInSync Read/Write No
F2 MathScript:CompilerInMemory Read Only No
F3 VIObjCache:Available in RTE Read/Write Yes
F4 Application:Mass Compile Warn On Read Only VIs Read/Write No
F5 Application:InstCachePath Read Only Yes
F6 Application:Is Compile Suppressed Read/Write No
F7 VIObjCache:DistPath Read Only No
F8 VIObjCache:UserPath Read Only No
F9 Application:Library Finish Partial Load Enabled Read/Write Yes
FA AppBuilderCache:Path Read Only No
FB Separate Compiled Code For New Files Read Only No
FC Application:Compiler Threshold Gets or sets how complex a VI must be before the compiler limits optimizations to improve editor responsiveness. If the complexity of a VI is lower than the threshold indicated by this value, the compiler does not limit optimizations, thereby improving the execution speed of the VI. If the complexity of a VI is higher than the threshold, the compiler limits optimizations in order to improve editor responsiveness for the VI. Read/Write No
FD Application:Locked Down For Build Read/Write Yes
FE Application:Cross Compile Count Read Only No
FF Application:GdiCount Read Only No
100 Application:Compiler:FP Register Candidate Read/Write Yes
101 Application:Compiler:AutoInlining Read/Write Yes
102 Application:ShowAutoErrDialog Read/Write Yes
103 Application:Selective Deallocation Read/Write Yes
104 Application:Selective Deallocation:EnableForAllVIs Read/Write Yes
105 Application:Selective Deallocation:LargeBufferThreshold Read/Write Yes
106 Application:Enable Inheritance LinkRef Addition Read/Write Yes
107 Application:Enable Inheritance LinkRefs Read/Write Yes
108 Application:Full Version Year Read Only Yes
109 Application:Version Year Number Only Read Only Yes
110 Application:ImageTableMaxCount Read Only Yes
111 Application:Enable Binary Compatibility Load Read/Write Yes
112 Application:EnableExcursionFreeExecSystems Read/Write Yes
113 Application:IgnoreUnresolvedDLLRef Read Only Yes
114 Application:ImageTableCount Read Only Yes
115 Application:PPL LoadInCompatible LVVersion Default Value Read/Write Yes
116 Application:Treat LV 2016 As Binary Compatible Read/Write Yes
117 Application:SaveChangesAutoSelection Read/Write No
118 Application:NativeEventTracingEnabled Read/Write Yes
119 Application:NeverShrinkBuffers Read/Write Yes

Methods

Show/Hide Application Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Application Methods Table
Property ID Long Name (English) Description RTE
7D0 Print:Function To Printer No
7D5 Mass Compile Loads and compiles VIs in a directory, including VIs in subdirectories, for the specified application instance. No
7D6 User Interaction:Compare VIs No
7D7 Check In Out No
7D8 Check Out Status No
7D9 Check Out Mod Dates No
7DA History Since No
7DB Linker:Old Read Info From File No
7DE Bring To Front On Windows and macOS, brings the application windows to the front. Yes
7DF Linker:Old Write Info From File No
7E0 Build:Application No
7E1 Build:Distribution No
7E2 Convert Type and Data (Deprecated) Yes
7E3 LVRT:Disconnect From Slave Disconnects the open connection between LabVIEW and an RT target. No
7E4 LVRT:Check DLLs No
7E6 Call Internal Command Yes
7E7 Query Internal Operation Tracking Data Yes
7E8 Class Operator:Get Gets the operator VI associated with the specified class. Returns FALSE if it does not find the operator VI. Yes
7E9 Class Operator:Set Sets an operator VI for the specified class. Returns FALSE if it fails. Yes
7EA Class Operator:Remove Removes the operator VI associated with the specified class. Returns FALSE if it does not find the operator VI. Yes
7EB Class Operator:Remove All Removes all operator VIs associated with all classes. Yes
7EC Compare Types Yes
7ED Clipboard:Get Image Returns the image currently stored on the clipboard. Yes
7EE Remote Panel:Server Network Load Yes
7EF Clipboard:Empty Clears the clipboard. No
7F1 Remote Panel:Open Connection To Server Opens a connection to a server and displays the front panel of a VI on the server computer. You also can request control of the front panel. Yes
7F2 Remote Panel:Client Network Load Yes
7F3 Compile VIs Needing Compilation No
7F4 User Interaction:Show Inplaceness Terminals No
7F5 Data Color Yes
7F6 Open:VI From Buffer Yes
7F7 Connection Responsiveness:Check Checks if the VI Server connection is responsive. Yes
7F8 Connection Responsiveness:Information Gets and sets how often LabVIEW checks if a VI Server connection is responsive. Yes
7F9 Get VI:Version Returns the LabVIEW file format version of the VI. The file format version of the VI might be different from the version of LabVIEW in which the VI was last saved. For example, if you use LabVIEW 9.0.1 to save a VI, the VI has a file format version of 9.0. Yes
7FA User Interaction:Place Palette Object on Cursor Places a palette object on the cursor so the object is ready to add to the front panel window or the block diagram window. No
7FB Browse DataSocket Launches the DataSocket Browser dialog box to establish a connection to a DataSocket item. Yes
7FC Resolve Symbolic Path Yes
7FD User Interaction:Hilight Palette Menu Item Opens the Controls or Functions palette and highlights the specified control or function. No
7FE Are Obj Refs Same? (Deprecated) Yes
7FF New LabVIEW Document Creates a new LabVIEW document. This method achieves the same results as when you create a new document in the New dialog box. No
800 Password:Clear Cache Yes
801 Password:Add To Cache Yes
802 Remote Panel:Close Connection To Server Closes a connection to a VI on the server computer. Yes
803 Remote Panel:Client Request Control Requests control of the front panel of a VI on the server computer. Yes
804 Remote Panel:Client Release Control Returns control of the remote front panel to the server. The server grants control to the next client in the queue or regains control if no requests are in the queue. Yes
805 Get VI:Title Returns the name that appears in the title bar of the specified VI. This method does not load the VI into memory. Yes
806 Get VI:Description Returns the description stored in the VI description field on the Documentation page of the VI Properties dialog box for the specified VI. Unlike the VI Description property, this method does not load the VI into memory. Yes
807 Add Probe To Cache Yes
808 Check File Is VI Yes
809 Create COM WDT Data Yes
80A Image Data To Byte Array Yes
80B .NET:Get Assembly Full Name No
80C .NET:Convert To .NET Type Yes
80D .NET:Convert Object To LabVIEW Variant Yes
80E Palettes:Get Menu Information No
810 C TypeDefs:Reset Yes
811 C TypeDefs:Get Yes
812 Context:Open Sibling Yes
813 Project:Open Loads a LabVIEW Project from disk. If the project is already in memory, this method returns a reference to the existing project. You can use this reference with the Project Properties. Yes
814 Project:New Creates a new, empty LabVIEW Project. You also can use the Project Explorer window to create a new project. No
815 Context:Create Local Host App Instance Yes
816 Linker:Notify of File Change No
817 Project:Get New Items Yes
818 Project:Do New Item No
819 User Interaction:Edit Icon Deprecated No
81A User Interaction:Invoke Menu Item Simulates the user selecting a menu item. In general, this method works on global menu items but not document-specific menu items, in which case the method fails silently. Yes
81B Open:LabVIEW Document Opens a LabVIEW document. No
81C Recently Opened:LV Files Gets the list of most recently used files from LabVIEW and displays the paths and filenames. This method returns the same list as if you selected File»Recent Files. No
81D User Interaction:Search LabVIEW Help No
81E Context:Get Preferred Yes
81F License:Check Out Yes
820 License:Check In Yes
823 Configuration:Get Settings Yes
825 Library:Open Opens the LabVIEW Project Library specified by Path. Yes
826 Library:Create Creates a new LabVIEW Project Library. No
827 NI Security:Login Logs a user into the NI domain. Yes
828 NI Security:Logout Logs the current user out of the NI domain and reverts to the default user. Yes
829 NI Security:Invoke Login Dialog Invokes the NI Security Login dialog box programmatically. Yes
82A NI Security:Get Access Rights Validates the access control list with the current application user logged in. Yes
82B I/O Control:Get Names Yes
82C I/O Control:Get Name Attributes Yes
82F Project:Register Proj Ref For Cleanup Proc No
830 Open:Recently Opened File Opens the file specified by Index from the most recently used file list. Yes
831 XControl:Create Creates an XControl library. No
832 XNode:Create No
833 XControl:Open Opens an XControl library and returns a reference to it. No
834 XNode:Open No
835 Project:Load Default Project Yes
836 Get Shell Icon Of File Yes
837 Project:Get Icon Of Type Yes
839 User Interaction:Invoke Preferences Dialog Yes
83A License:Get Licensed Version Yes
83B Get VI:ConPane CRC v1 (Deprecated) Yes
83C Configuration:Set Settings Yes
83D Configuration:Get Target App's Settings Yes
83E Configuration:Set Target App's Settings Yes
83F Global Data:Set Yes
840 Global Data:Get Yes
841 Global Data:Free Yes
842 Linker:Old Read Info From File No
843 Linker:Write Info To File No
844 Debug Connection:Open Debug Connection Opens a connection to the application or shared library you can debug. No
845 Debug Connection:Close Debug Connection Closes the connection to the application or shared library specified in Debug Name. No
846 Debug Connection:List Applications or Shared Libraries Returns the list of applications and shared libraries you can debug on the computer specified by Server Address. No
848 License:Get Feature Status Yes
849 Library:Deploy Library Deploys a library file to the specified computer. Yes
84B NI Security:Change Password Yes
84C NI Security:Get Domains Yes
84D Save Stock Objects No
84E Library:Undeploy Library Removes a library from a target. Yes
84F Compare:Data Types Yes
850 Data Type Color Returns the color associated with a data type. Yes
851 Clipboard:Read From Clipboard Reads text from the system clipboard. Yes
852 Clipboard:Write to Clipboard Writes text to the system clipboard. Yes
853 Recently Opened:LV Projects Gets the list of most recently used LabVIEW Projects from LabVIEW and displays the paths and project names. This method returns the same list as if you selected File»Recent Projects. No
854 Open:Recently Opened Project Opens the project specified by Index from the most recently used project list. Yes
855 VIs Strings:Export Exports to a tagged text file all the User Interface related strings of the VIs specified by VI Array. No
856 VIs Strings:Import Imports to a tagged text file all the User Interface related strings of the VIs specified by VI Array. Yes
857 VIs Strings:Export Private No
858 Password:Delete From Cache Yes
859 LVRT:Unload Startup App No
85A Get VI:Is Standard (Deprecated) Yes
85B Tag:Get Tag Yes
85C Tag:Set Tag Yes
85D Tag:Remove All Tags Yes
85E Tag:Remove Tag Yes
85F Get VI:ConPane CRC v2 (Deprecated) Yes
860 Get VI:Is Probe Returns whether the specified VI is a probe without loading the VI. No
861 Palettes:Refresh Updates the Controls and Functions palette set programmatically. No
862 Help Image:Get Data Type Help Image No
863 Context:Reference Count:Increment Yes
864 Context:Reference Count:Decrement Yes
865 NI Security:Shared Variable Engine Login Yes
866 NI Security:Shared Variable Engine Logout Yes
867 NI Security:Shared Variable Engine User Yes
868 Help Image:Get Function Context Help Image No
869 Type Descriptor:Add Path Info No
86A Type Descriptor:Clean Path Info No
86B Type Descriptor:Recursive Typedef Disconnect No
86C Get Class Name From Class ID Yes
86D Context:Get From Project No
86E Library:Get File LabVIEW Version Returns the LabVIEW file format version of the library. The file format version of the library might be different from the version of LabVIEW in which the library was last saved. For example, if you use LabVIEW 9.0.1 to save a library, the library has a file format version of 9.0. Yes
86F Type Descriptor:Has Complete Path Info No
870 Add To Most Recently Used List Yes
871 Project:Open With Private Contexts Yes
872 LVRT:Transfer Files To Target No
873 Scene:New Object Creates a new object in a 3D scene. Yes
874 Scene:New Texture Gets a reference to a texture to apply to a geometry in a 3D scene. Yes
877 Scene:Drawable:Geometry:New Box Creates a geometry that you can use to set an object in a 3D scene to a box. Yes
878 Scene:Drawable:Geometry:New Cone Creates a geometry that you can use to set an object in a 3D scene to a cone. Yes
879 Scene:Drawable:Geometry:New Cylinder Creates a geometry that you can use to set an object in a 3D scene to a cylinder. Yes
87A Scene:Drawable:Geometry:New Height Field Creates a new height field in a 3D scene. Yes
87B Scene:Drawable:Geometry:New Sphere Creates a geometry that you can use to set an object in a 3D scene to a sphere. Yes
87C Scene:Drawable:Geometry:New Mesh Creates a new mesh in a 3D scene. Yes
87E Scene:New Clip Plane Creates a new clip plane in a 3D scene. Yes
87F Scene:New Window Creates a new window in which LabVIEW generates the 3D scene. Yes
880 Scene:Write Scene File Writes a new 3D scene file. The filename must end with a .lvsg or .dae extension. Yes
881 Scene:Read Scene File Reads a 3D scene file that you create with the Scene:Write Scene File method. The file being read must have a .lvsg or .dae extension. Yes
882 Force AutoSave No
883 .NET:Load Assembly To ObjMgr No
884 Tag:VI:Get VI Tag Yes
885 Tag:VI:Set VI Tag No
886 Get VI:Revision History Returns the revision history that appears when you click the Revision History button on the General page of the VI Properties dialog box of the specified VI. This method does not load the VI into memory. Yes
887 Signature:Get User Code GUID From VI File Yes
888 Signature:Get Signature From VI File Yes
889 Scene:New Light Creates a new light in a 3D scene. Yes
88A Update Launch Message Yes
88B Bit Accurate Data Size For Type Yes
88C Get VI:Icon Returns the icon of the specified VI without loading the VI into memory. Yes
88D Notify LV SCC Enabled Yes
88E LabVIEW Class:Open Opens the LabVIEW Class specified by Path. No
88F LabVIEW Class:Create Creates a new LabVIEW Class. No
890 Synchronize Everything Yes
893 Project:Close Refs Yes
894 User Interaction:Merge VIs No
895 Library:Deploy Libraries Deploys library files to the specified computer. Yes
896 Tag:VI:Get VI Tag Names Yes
897 Statechart:Open Opens the statechart specified by Path. No
898 Statechart:Create Creates a new statechart. You must save the statechart to disk. No
899 Project:Open As Untitled No
89A Library:OpenAsUntitled No
89B Debug Start Timing Yes
89C Linker:Read Info From File No
89D Error Window:Open Yes
89E Debug Connection:Get Debug Connection No
89F Create GUID Yes
900 Scene:Drawable:New Text Creates a new text object in a 3D scene. Yes
901 Open:VI As Template Yes
902 Force Update Disk Monitoring Yes
903 Multi Pwd Prompt Operation:Begin No
904 Multi Pwd Prompt Operation:End No
905 Desktop Tracing:Setup Yes
906 Desktop Tracing:Get Trace Data Yes
909 Get Global Dependency Data Yes
90A Invalidate Depdendency File Info Yes
90B Project:Register Debug VI Yes
90C Project:Simulate File Open Yes
90D Open:VI As System VI Yes
90E Statechart:Open Private Yes
90F Project:Doing Auto Save Recovery Yes
910 Allow Scripting Yes
911 Enable External Proptypes Yes
912 Enable Temp Selection Yes
913 Enable Meta Transactions Yes
914 Symbols:Get Value No
915 Error Window:Defer Updates No
916 Desktop Tracing:Is Tracing Enabled Yes
917 Web Server:Configure Configures the LabVIEW Web Server with the given file. If you do not wire Web Server to the configuration file, Web Server uses the default configuration file. Yes
918 MathScript:Check Watched Paths No
919 Open:LabVIEW Documents No
91A Get VI:ConPane DataType Returns the data type of the connector pane as variant data without loading the VI. Yes
91B Get Active VI Reference Returns a reference to the VI whose window is currently active (focused). If the active window is not a VI, this method returns Not A Ref. No
91C Code Coverage:Start No
91D Code Coverage:Stop No
91E Code Coverage:Reset No
91F Code Coverage:Reset VI No
920 Code Coverage:All VIs Measured No
921 Code Coverage:VI Percentage No
922 Code Coverage:Uncovered Diagrams No
923 Code Coverage:Show Uncovered Diagrams No
924 User Interaction:Abort Merge VIs No
925 User Interaction:Merge Load VI No
926 User Interaction:Merge Save VI No
927 User Interaction:Merge Cross Load VI No
928 User Interaction:Merge Close VI No
929 User Interaction:Merge Load Library No
92A User Interaction:Merge Close Library No
92B User Interaction:Merge Clean Up Context No
92C User Interaction:Merge Save Library No
92D License:Get Feature Activators Yes
92E User Interaction:Merge Load Refees No
92F Library:Undeploy Libraries Undeploys library files from the specified computer. Yes
930 Palettes:Close All Palettes Closes the Controls and Functions palette sets programmatically. To close the palette sets, add the Palettes:Close All Palettes method to the block diagram and run the VI. No
931 User Interaction:Edit Icon No
932 Create Generic VI Instantiation No
933 Move VIs Yes
935 Library:Get Ref By Qualified Name Retrieves a reference to a LabVIEW Project Library that is already loaded within the application instance. If the library cannot be found in memory, LabVIEW returns Not A Refnum. Yes
936 Copy Data Convert Yes
937 MathScript:Load MathScript Compiler No
938 Get VI Hierarchy Image Scaled Gets the scaled image of the VI Hierarchy. Yes
939 Search:Open Session No
93A Search:Close Session No
93B Search:Load Plugin No
93C Search:Init Session No
93D Search:SyncSearch No
93E Search:Sync Search For QD No
93F User Interaction:Place Object On Cursor Places an object on the cursor so the object is ready to add to the front panel window or the block diagram window. You can specify the object using either style or path. No
940 User Interaction:Place Project Item On Cursor No
941 NXT:Update Context Name No
942 Clear Instantiation Cache Cache No
943 Get Instantiation ConPane From Cache No
944 Desktop Tracing:Filter VI Lib Events Yes
945 MathScript:Locate Math Script Target Syntax VI No
946 Get Environment Mode Settings Path No
947 Get VI:Editor Version Returns the version of LabVIEW that last saved the VI. The version of LabVIEW that last saved the VI might be different from the file format version of the VI. For example, if you use LabVIEW 9.0.1 to save a VI, the VI has a file format version of 9.0. Yes
948 Get VI:Qualified Name Returns the qualified name of the referenced VI without loading the VI. Yes
949 NXT:Open VI In Context No
94B Prepare to Load Files Yes
94C Palettes:Get Palette Item Icon No
94D Compiler:Read DFIR Tokens Yes
94E Probes:Create Probe VI From Variant No
94F Probes:Get Probe Path List From Variant No
950 Get VI:Help Info Returns Help path, Help tag, Help Used, and Help URL from the Documentation page of the VI Properties dialog box for the specified VI. This method does not load the VI into memory. Yes
951 Build:PackedLibrary No
952 Compiler:Get Compiler Settings Yes
953 Compiler:Set Compiler Settings Yes
954 Project:Get File LabVIEW Version Returns the LabVIEW file format version of the project. This version might be different from the version of LabVIEW in which the project was last saved. Yes
955 Save All Yes
956 LabVIEW Class:Release LV Class Cookies Yes
957 Consolidated Save No
958 Compare:CPTMs For Packed Library Yes
959 Palettes:Get Palette Item Path Returns the path to the palette item you specify. Yes
95A Get Environment Mode Display Name Returns the display name of the environment mode you specify. Yes
95B Clear Compiled Object Cache Deletes all compiled code in the User object cache. No
95C Packed Library:Get Exported File List Yes
95D Library:Is Opened In Any Context No
95E Compiler:Compile App Context Yes
95F Packed Library:Enable Caching Yes
960 Simulation:Get Parameter Offsets Yes
961 LVRT:Get Packed Library Signatures No
962 Open:VI Without Refees Yes
963 Build:Object Cache No
964 Install Adjacent Cache No
965 Palettes:Get Palette Statistics No
966 Palettes:Force Finsh Load All Palettes No
967 Flush Archive Caching Yes
968 Clear Specific Compiled Object Cache No
969 Restart Quits and then restarts LabVIEW. This method is supported only on Windows. Yes
970 GetCompiledObjectFile Yes
971 Clear Application Builder Cache Deletes all VI object files from the object cache that a build specification compiles. No
972 Tracing Timer Enable No
973 Tracing Timer Harvest Log And Reset No
974 Context:Cross Context Load Unsaved VI Yes
975 LabVIEW Class:All Methods of LVClass (Deprecated) Yes
976 LabVIEW Class:Get Implementing VI Path and Scope (Deprecated) Yes
977 Get VI:ConPane CRC Ignore Dynamic Dispatch v1 (Deprecated) Yes
978 Freeze Poly VIs No
979 Get Instantiation VI Path Yes
97A Change Control Popup RTM Paths No
97B Project:New with Prompts Creates a new, empty LabVIEW Project and prompts the user to add any open VIs from the main application instance. No
97C Reset Cross Compile Count No
97D Get Broken VI List No
97E Get VI:Is Global No
97F Get VI:Compiled For Current No
980 MathScript:Load MathScript Compiler Component No
981 Menus:Refresh Refreshes the File, Tools, and Help menus from disk programmatically. No
982 Library:Has Shared Variables No
983 User Interaction:Compare VIs XML No
984 Get VI:Has GPIB Prim No
985 Object Manager:Get Managers Yes
986 Object Manager:Get Classes Yes
987 Object Manager:Get Properties Yes
988 Object Manager:Show Help Yes
989 Get VI:Bookmarks Returns the bookmark information for the VI specified in VI Path. You do not need to load the VI into memory in order to read the bookmark information. This method returns an error if the VI is password protected, if the VI is saved in an earlier version of LabVIEW and is not currently in memory, or if the VI does not have a block diagram. Yes
98A Do Post Install ObjCache Check No
98B LabVIEW Class:All Methods of LVClass Returns an array of names and an array of paths for all methods of a class. The methods of the class are member VIs that can be called as subVIs. In other words, LabVIEW excludes global VIs, control VIs, and polymorphic VIs from the output arrays. Yes
98C LabVIEW Class:Get Implementing VI Path Returns the path to the VI that implements the specified method within the specified class. If the specified class does not implement the method, this method returns an ancestor VI implementation. Yes
98D Get VI:Get Prim Dependency Flags No
98E Compiler:Is Callee Inlined Yes
98F User Interaction:Show Palette Object Context Help Updates the Context Help window to show content for a palette object you specify, similar to when you mouse over the palette menu item. This method also returns a Boolean to indicate whether the specified palette object is found. If the Context Help window is closed when this method runs, the Context Help window displays the content for the specified palette object when you open the Context Help window unless you moved the mouse onto another item after the method runs. No
990 Get VI:Help Info Returns Help path, Help tag, Help Used, and Help URL from the Documentation page of the VI Properties dialog box for the specified VI. This method does not load the VI into memory. Yes
991 Memory Profiling:DSObserver Command Yes
992 OpenBinaryLibrary Yes
993 Close LEIF Build Data Cookie No
994 Build:BCRTEEnabledPackedLibrary No
995 Packed Library:Is Packed Library Loadable In Binary Compatible LabVIEW Yes
996 BCRTE:SetGlobalBackwardCompatibleLoadEnabled Yes
997 BCRTE:IsGlobalBackwardCompatibleLoadEnabled Yes
998 Linker:Read Info From File Exclude LVRT Shipped Libs No
999 Project:Open And Suppress Source-Only Loads a LabVIEW Project from disk. If the project is already in memory, this method returns an error. Within the loaded project, the "source-only" setting on all VIs, all Controls, and all libraries is suppressed. This means that anything loaded within the project will get a "has unsaved changes" mark if it needs to update itself to match the LabVIEW version, the OS environment, or any of its dependencies (subVIs, typedefs, etc). No
99A NativeEventTracing:Setup Yes
99B Get VI:ConPane CRC v3 Yes
99C Get VI:ConPane CRC Ignore Dynamic Dispatch v2 Yes
99D LabVIEW Class:Create Interface Creates a new LabVIEW interface. No
99E Freeze Type Propagation In Build Context Yes
99F Unfreeze Type Propagation In Build Context Yes

Events

Show/Hide Application Events Table

Legend
Basic Development Environment
VI Scripting
Private
Deprecated
Application Events Table
Code Name Description Type
1073741888 Application Activation Occurs when the user activates LabVIEW. Notify
1073741850 Application Instance Close When registered for in a VI running inside a LabVIEW Project, generated when the application instance of the project is closed for any reason, such as when you close the Project Explorer window, when you select File»Close All or File»Quit, or when you run a VI that executes the Quit LabVIEW function. When registered for in a VI running outside a project, generated when you exit LabVIEW through the user interface or with the Quit LabVIEW function. Notify
2147483652 Application Instance Close? When registered for in a VI running inside a LabVIEW Project, this event is generated when the application instance of the project is closed interactively, such as when you close the Project Explorer window or when you select File»Close All or File»Quit. When registered for in a VI running outside a project, this event is generated only when you exit LabVIEW through the user interface. Filter
1073741908 Auto Error Notification
1073741906 Bookmark Info Change Generated when the user changes a bookmark. Notify
1073741896 Context Help Window Updated Occurs when the Context Help window is updated. Notify
1073741883 NI Security User Change Generated when the user logs into the application. Notify
1073741889 OS Open Document
2147483717 OS Open Document?
1073741897 Selection Change
1073741825 Timeout Occurs when the Event structure times out. Wire a value to the Timeout terminal at the top left of the Event structure to specify the number of milliseconds the Event structure should wait for an event to occur before generating a Timeout event. Notify
1073741857 VI Activation Generated when you activate a VI window. Notify
1073741907 VI Deactivation Generated when you deactivate a VI window. This event fires when you remove focus from a VI. Notify
1073741858 VI Redraw
1073741859 VI Scroll Notify
1073741899 Window Opened
2147483722 Window Opened?

History

Version Change(s)
LabVIEW 2020
LabVIEW 2018
  • Linker:Read Info From File Exclude LVRT Shipped Libs property added.
  • Application:SaveChangesAutoSelection method added.
LabVIEW 2017
  • Application:ImageTableMaxCount, Application:Enable Binary Compatibility Load, Application:EnableExcursionFreeExecSystems, Application:IgnoreUnresolvedDLLRef, Application:ImageTableCount, Application:PPL LoadInCompatible LVVersion Default Value, and Application:Treat LV 2016 As Binary Compatible properties added.
  • Application:ImageTableCount property deprecated.
  • Build:BCRTEEnabledPackedLibrary, Packed Library:Is Packed Library Loadable In Binary Compatible LabVIEW, BCRTE:SetGlobalBackwardCompatibleLoadEnabled, and BCRTE:IsGlobalBackwardCompatibleLoadEnabled methods added.
LabVIEW 2016
  • Application:Enable Inheritance LinkRef Addition, Application:Enable Inheritance LinkRefs, Application:Version Year Number Only, and Application:ImageTableCount Is Running Interactively properties added.
  • Application:ImageTableSize property deprecated.

See Also