Application class: Difference between revisions
Changed legend format |
→Properties: Changed link style |
||
| Line 38: | Line 38: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|FA | |FA | ||
| [[AppBuilderCache.Path property|AppBuilderCache.Path]] | | [[Application class/AppBuilderCache.Path property|AppBuilderCache.Path]] | ||
| | | | ||
|R | |R | ||
| Line 44: | Line 44: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|80 | |80 | ||
| [[App.ActiveApp property|App.ActiveApp]] | | [[Application class/App.ActiveApp property|App.ActiveApp]] | ||
|Gets an application reference to the active VIs owning application. | |Gets an application reference to the active VIs owning application. | ||
|R | |R | ||
| Line 50: | Line 50: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|46 | |46 | ||
| [[App.ActiveVI property|App.ActiveVI]] | | [[Application class/App.ActiveVI property|App.ActiveVI]] | ||
|Returns the name of the active VI in the application. | |Returns the name of the active VI in the application. | ||
|R | |R | ||
| Line 56: | Line 56: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|68 | |68 | ||
| [[App.AllContexts property|App.AllContexts]] | | [[Application class/App.AllContexts property|App.AllContexts]] | ||
| | | | ||
|R | |R | ||
| Line 62: | Line 62: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|CD | |CD | ||
| [[App.AllLibsInAppInstance property|App.AllLibsInAppInstance]] | | [[Application class/App.AllLibsInAppInstance property|App.AllLibsInAppInstance]] | ||
|Lists all Libraries currently in memory in this application instance. | |Lists all Libraries currently in memory in this application instance. | ||
|R | |R | ||
| Line 68: | Line 68: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|1E | |1E | ||
| [[App.AllSysVIs property|App.AllSysVIs]] | | [[Application class/App.AllSysVIs property|App.AllSysVIs]] | ||
| | | | ||
|R | |R | ||
| Line 74: | Line 74: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|1C | |1C | ||
| [[App.AllVIs property|App.AllVIs]] | | [[Application class/App.AllVIs property|App.AllVIs]] | ||
|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. | |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. | ||
| Line 82: | Line 82: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|52 | |52 | ||
| [[App.AssistantsUseStrictTypesDefault property|App.AssistantsUseStrictTypesDefault]] | | [[Application class/App.AssistantsUseStrictTypesDefault property|App.AssistantsUseStrictTypesDefault]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 88: | Line 88: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|53 | |53 | ||
| [[App.AutoRouteWires property|App.AutoRouteWires]] | | [[Application class/App.AutoRouteWires property|App.AutoRouteWires]] | ||
|Returns whether LabVIEW automatically finds a route for a wire. | |Returns whether LabVIEW automatically finds a route for a wire. | ||
|R/W | |R/W | ||
| Line 94: | Line 94: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|DD | |DD | ||
| [[App.AvailEnvModes property|App.AvailEnvModes]] | | [[Application class/App.AvailEnvModes property|App.AvailEnvModes]] | ||
| | | | ||
|R | |R | ||
| Line 100: | Line 100: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E4 | |E4 | ||
| [[App.ClipMode property|App.ClipMode]] | | [[Application class/App.ClipMode property|App.ClipMode]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 106: | Line 106: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|AD | |AD | ||
| [[App.ClipVI property|App.ClipVI]] | | [[Application class/App.ClipVI property|App.ClipVI]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 112: | Line 112: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|4F | |4F | ||
| [[App.Args property|App.Args]] | | [[Application class/App.Args property|App.Args]] | ||
|Returns an array of user-defined command-line arguments passed when LabVIEW launched. | |Returns an array of user-defined command-line arguments passed when LabVIEW launched. | ||
| Line 126: | Line 126: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|FC | |FC | ||
| [[App.CompilerThreshold property|App.CompilerThreshold]] | | [[Application class/App.CompilerThreshold property|App.CompilerThreshold]] | ||
|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. | |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. | ||
| Line 141: | Line 141: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|101 | |101 | ||
| [[App.Compiler.AutoInlining property|App.Compiler.AutoInlining]] | | [[Application class/App.Compiler.AutoInlining property|App.Compiler.AutoInlining]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 147: | Line 147: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|D9 | |D9 | ||
| [[App.Compiler.BriefDOT property|App.Compiler.BriefDOT]] | | [[Application class/App.Compiler.BriefDOT property|App.Compiler.BriefDOT]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 153: | Line 153: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|AF | |AF | ||
| [[App.Compiler.DFIRCompiler property|App.Compiler.DFIRCompiler]] | | [[Application class/App.Compiler.DFIRCompiler property|App.Compiler.DFIRCompiler]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 159: | Line 159: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|C2 | |C2 | ||
| [[App.Compiler.DOT property|App.Compiler.DOT]] | | [[Application class/App.Compiler.DOT property|App.Compiler.DOT]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 165: | Line 165: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|100 | |100 | ||
| [[App.Compiler.FP Reg Candidate property|App.Compiler.FP Reg Candidate]] | | [[Application class/App.Compiler.FP Reg Candidate property|App.Compiler.FP Reg Candidate]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 171: | Line 171: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|CA | |CA | ||
| [[App.Compiler.LLVMCompiler property|App.Compiler.LLVMCompiler]] | | [[Application class/App.Compiler.LLVMCompiler property|App.Compiler.LLVMCompiler]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 177: | Line 177: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E6 | |E6 | ||
| [[App.Compiler.SSE Runtime Optimization property|App.Compiler.SSE Runtime Optimization]] | | [[Application class/App.Compiler.SSE Runtime Optimization property|App.Compiler.SSE Runtime Optimization]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 183: | Line 183: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|EA | |EA | ||
| [[App.Compiler.SSE1 Code Generation property|App.Compiler.SSE1 Code Generation]] | | [[Application class/App.Compiler.SSE1 Code Generation property|App.Compiler.SSE1 Code Generation]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 189: | Line 189: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|EB | |EB | ||
| [[App.Compiler.SSE2 Code Generation property|App.Compiler.SSE2 Code Generation]] | | [[Application class/App.Compiler.SSE2 Code Generation property|App.Compiler.SSE2 Code Generation]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 195: | Line 195: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|C1 | |C1 | ||
| [[App.Compiler.Sanity property|App.Compiler.Sanity]] | | [[Application class/App.Compiler.Sanity property|App.Compiler.Sanity]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 201: | Line 201: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|7A | |7A | ||
| [[App.ContextName property|App.ContextName]] | | [[Application class/App.ContextName property|App.ContextName]] | ||
| | | | ||
|R | |R | ||
| Line 207: | Line 207: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|2A | |2A | ||
| [[App.CtrlPalOpen property|App.CtrlPalOpen]] | | [[Application class/App.CtrlPalOpen property|App.CtrlPalOpen]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 213: | Line 213: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|FE | |FE | ||
| [[App.CrossCompileCount property|App.CrossCompileCount]] | | [[Application class/App.CrossCompileCount property|App.CrossCompileCount]] | ||
| | | | ||
|R | |R | ||
| Line 219: | Line 219: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|8E | |8E | ||
| [[App.CrossContextSettings property|App.CrossContextSettings]] | | [[Application class/App.CrossContextSettings property|App.CrossContextSettings]] | ||
| | | | ||
|R | |R | ||
| Line 225: | Line 225: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|EF | |EF | ||
| [[App.CurrentEnvMode property|App.CurrentEnvMode]] | | [[Application class/App.CurrentEnvMode property|App.CurrentEnvMode]] | ||
|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. | |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. | ||
|R/W | |R/W | ||
| Line 231: | Line 231: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|BA | |BA | ||
| [[App.IsLabVIEWDSC? property|App.IsLabVIEWDSC?]] | | [[Application class/App.IsLabVIEWDSC? property|App.IsLabVIEWDSC?]] | ||
| | | | ||
|R | |R | ||
| Line 237: | Line 237: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|6A | |6A | ||
| [[App.DWarnDialog property|App.DWarnDialog]] | | [[Application class/App.DWarnDialog property|App.DWarnDialog]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 243: | Line 243: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|8D | |8D | ||
| [[App.DebugName property|App.DebugName]] | | [[Application class/App.DebugName property|App.DebugName]] | ||
|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. | |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. | ||
|R | |R | ||
| Line 249: | Line 249: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|90 | |90 | ||
| [[App.DefaultApplication property|App.DefaultApplication]] | | [[Application class/App.DefaultApplication property|App.DefaultApplication]] | ||
|Returns the default application reference. | |Returns the default application reference. | ||
|R | |R | ||
| Line 255: | Line 255: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|8F | |8F | ||
| [[App.DefaultContextName property|App.DefaultContextName]] | | [[Application class/App.DefaultContextName property|App.DefaultContextName]] | ||
| | | | ||
|R | |R | ||
| Line 261: | Line 261: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|57 | |57 | ||
| [[App.DfltDataDir property|App.DfltDataDir]] | | [[Application class/App.DfltDataDir property|App.DfltDataDir]] | ||
|Path to the default data directory. | |Path to the default data directory. | ||
| Line 271: | Line 271: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|4E | |4E | ||
| [[App.DefaultErrorHandlerVI property|App.DefaultErrorHandlerVI]] | | [[Application class/App.DefaultErrorHandlerVI property|App.DefaultErrorHandlerVI]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 277: | Line 277: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|2D | |2D | ||
| [[App.DefFileDlgPth property|App.DefFileDlgPth]] | | [[Application class/App.DefFileDlgPth property|App.DefFileDlgPth]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 283: | Line 283: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|56 | |56 | ||
| [[App.DeferDrawing property|App.DeferDrawing]] | | [[Application class/App.DeferDrawing property|App.DeferDrawing]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 289: | Line 289: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|5B | |5B | ||
| [[App.DelFPTerm property|App.DelFPTerm]] | | [[Application class/App.DelFPTerm property|App.DelFPTerm]] | ||
|Returns whether LabVIEW deletes terminals corresponding to front panel objects from diagram operations. | |Returns whether LabVIEW deletes terminals corresponding to front panel objects from diagram operations. | ||
|R/W | |R/W | ||
| Line 295: | Line 295: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|19 | |19 | ||
| [[App.Dir property|App.Dir]] | | [[Application class/App.Dir property|App.Dir]] | ||
|Absolute path to the directory where the application is located. | |Absolute path to the directory where the application is located. | ||
|R | |R | ||
| Line 301: | Line 301: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E2 | |E2 | ||
| [[App.DisablePathCase property|App.DisablePathCase]] | | [[Application class/App.DisablePathCase property|App.DisablePathCase]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 307: | Line 307: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|3E | |3E | ||
| [[App.DownloadedVIs property|App.DownloadedVIs]] | | [[Application class/App.DownloadedVIs property|App.DownloadedVIs]] | ||
| | | | ||
|R | |R | ||
| Line 313: | Line 313: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|38 | |38 | ||
| [[App.EmbExportedPath property|App.EmbExportedPath]] | | [[Application class/App.EmbExportedPath property|App.EmbExportedPath]] | ||
| | | | ||
|R | |R | ||
| Line 319: | Line 319: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|111 | |111 | ||
| [[App.Enable Binary Compatibility Load property|App.Enable Binary Compatibility Load]] | | [[Application class/App.Enable Binary Compatibility Load property|App.Enable Binary Compatibility Load]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 325: | Line 325: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|106 | |106 | ||
| [[App.Enable Inheritance LinkRef Addition property|App.Enable Inheritance LinkRef Addition]] | | [[Application class/App.Enable Inheritance LinkRef Addition property|App.Enable Inheritance LinkRef Addition]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 331: | Line 331: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|107 | |107 | ||
| [[App.Enable Inheritance LinkRefs property|App.Enable Inheritance LinkRefs]] | | [[Application class/App.Enable Inheritance LinkRefs property|App.Enable Inheritance LinkRefs]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 337: | Line 337: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|112 | |112 | ||
| [[App.EnableExcursionFreeExecSystems property|App.EnableExcursionFreeExecSystems]] | | [[Application class/App.EnableExcursionFreeExecSystems property|App.EnableExcursionFreeExecSystems]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 343: | Line 343: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|8 | |8 | ||
| [[App.ExportedVIs property|App.ExportedVIs]] | | [[Application class/App.ExportedVIs property|App.ExportedVIs]] | ||
|Returns a list of exported VIs in memory. | |Returns a list of exported VIs in memory. | ||
| Line 353: | Line 353: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|67 | |67 | ||
| [[App.FullFeature property|App.FullFeature]] | | [[Application class/App.FullFeature property|App.FullFeature]] | ||
| | | | ||
|R | |R | ||
| Line 359: | Line 359: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|2B | |2B | ||
| [[App.FuncPalOpen property|App.FuncPalOpen]] | | [[Application class/App.FuncPalOpen property|App.FuncPalOpen]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 365: | Line 365: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|FF | |FF | ||
| [[App.GdiCount property|App.GdiCount]] | | [[Application class/App.GdiCount property|App.GdiCount]] | ||
| | | | ||
|R | |R | ||
| Line 371: | Line 371: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E1 | |E1 | ||
| [[App.HideLoadWarning property|App.HideLoadWarning]] | | [[Application class/App.HideLoadWarning property|App.HideLoadWarning]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 377: | Line 377: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|3A | |3A | ||
| [[App.HostPrefsSec property|App.HostPrefsSec]] | | [[Application class/App.HostPrefsSec property|App.HostPrefsSec]] | ||
| | | | ||
|R | |R | ||
| Line 383: | Line 383: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|113 | |113 | ||
| [[App.IgnoreUnresolvedDLLRef property|App.IgnoreUnresolvedDLLRef]] | | [[Application class/App.IgnoreUnresolvedDLLRef property|App.IgnoreUnresolvedDLLRef]] | ||
| | | | ||
|R | |R | ||
| Line 389: | Line 389: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|114 | |114 | ||
| [[App.ImageTableCount property|App.ImageTableCount]] | | [[Application class/App.ImageTableCount property|App.ImageTableCount]] | ||
| | | | ||
|R | |R | ||
| Line 395: | Line 395: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|110 | |110 | ||
| [[App.ImageTableMaxCount property|App.ImageTableMaxCount]] | | [[Application class/App.ImageTableMaxCount property|App.ImageTableMaxCount]] | ||
| | | | ||
|R | |R | ||
| Line 401: | Line 401: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F5 | |F5 | ||
| [[App.InstCachePath property|App.InstCachePath]] | | [[Application class/App.InstCachePath property|App.InstCachePath]] | ||
| | | | ||
|R | |R | ||
| Line 407: | Line 407: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|5F | |5F | ||
| [[App.InstalledPackage property|App.InstalledPackage]] | | [[Application class/App.InstalledPackage property|App.InstalledPackage]] | ||
| | | | ||
|R | |R | ||
| Line 413: | Line 413: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|62 | |62 | ||
| [[App.InternetToolkitInstalled property|App.InternetToolkitInstalled]] | | [[Application class/App.InternetToolkitInstalled property|App.InternetToolkitInstalled]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 419: | Line 419: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|DA | |DA | ||
| [[App.IsBuildAppInstance? property|App.IsBuildAppInstance?]] | | [[Application class/App.IsBuildAppInstance? property|App.IsBuildAppInstance?]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 425: | Line 425: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F6 | |F6 | ||
| [[App.IsCompileSuppressed property|App.IsCompileSuppressed]] | | [[Application class/App.IsCompileSuppressed property|App.IsCompileSuppressed]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 431: | Line 431: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|7D | |7D | ||
| [[App.IsEditorMDI? property|App.IsEditorMDI?]] | | [[Application class/App.IsEditorMDI? property|App.IsEditorMDI?]] | ||
| | | | ||
|R | |R | ||
| Line 437: | Line 437: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A6 | |A6 | ||
| [[App.MigrationEnabled property|App.MigrationEnabled]] | | [[Application class/App.MigrationEnabled property|App.MigrationEnabled]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 443: | Line 443: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|3 | |3 | ||
| [[App.Kind property|App.Kind]] | | [[Application class/App.Kind property|App.Kind]] | ||
|Indicates the LabVIEW instance the VI is running in, including invalid application types. | |Indicates the LabVIEW instance the VI is running in, including invalid application types. | ||
|R | |R | ||
| Line 449: | Line 449: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|83 | |83 | ||
| [[App.LV Target property|App.LV Target]] | | [[Application class/App.LV Target property|App.LV Target]] | ||
| | | | ||
|R | |R | ||
| Line 455: | Line 455: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|63 | |63 | ||
| [[App.Language property|App.Language]] | | [[Application class/App.Language property|App.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. | |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. | ||
|R | |R | ||
| Line 461: | Line 461: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|DC | |DC | ||
| [[App.Legacy Build App File Layout property|App.Legacy Build App File Layout]] | | [[Application class/App.Legacy Build App File Layout property|App.Legacy Build App File Layout]] | ||
| | | | ||
|R | |R | ||
| Line 467: | Line 467: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|AA | |AA | ||
| [[App.RunWithXNode property|App.RunWithXNode]] | | [[Application class/App.RunWithXNode property|App.RunWithXNode]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 473: | Line 473: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F9 | |F9 | ||
| [[App.LibFinishPartialLoad property|App.LibFinishPartialLoad]] | | [[Application class/App.LibFinishPartialLoad property|App.LibFinishPartialLoad]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 479: | Line 479: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E3 | |E3 | ||
| [[App.LockInstantiationsForAppBuilder property|App.LockInstantiationsForAppBuilder]] | | [[Application class/App.LockInstantiationsForAppBuilder property|App.LockInstantiationsForAppBuilder]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 485: | Line 485: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|FD | |FD | ||
| [[App.LockedForBuild property|App.LockedForBuild]] | | [[Application class/App.LockedForBuild property|App.LockedForBuild]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 491: | Line 491: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F4 | |F4 | ||
| [[App.MassCompWarnOnReadOnlyVIs property|App.MassCompWarnOnReadOnlyVIs]] | | [[Application class/App.MassCompWarnOnReadOnlyVIs property|App.MassCompWarnOnReadOnlyVIs]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 497: | Line 497: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|7F | |7F | ||
| [[App.MenuLaunchApp property|App.MenuLaunchApp]] | | [[Application class/App.MenuLaunchApp property|App.MenuLaunchApp]] | ||
|Returns a reference to the application instance that launched the calling VI from a menu selection. | |Returns a reference to the application instance that launched the calling VI from a menu selection. | ||
| Line 505: | Line 505: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|1D | |1D | ||
| [[App.MenuLaunchVI property|App.MenuLaunchVI]] | | [[Application class/App.MenuLaunchVI property|App.MenuLaunchVI]] | ||
|Returns the name of the VI that launched the calling VI from a menu selection. | |Returns the name of the VI that launched the calling VI from a menu selection. | ||
| Line 513: | Line 513: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A4 | |A4 | ||
| [[App.MultiPwdOpCancelled? property|App.MultiPwdOpCancelled?]] | | [[Application class/App.MultiPwdOpCancelled? property|App.MultiPwdOpCancelled?]] | ||
| | | | ||
|R | |R | ||
| Line 519: | Line 519: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|0 | |0 | ||
| [[App.Name property|App.Name]] | | [[Application class/App.Name property|App.Name]] | ||
|Filename of the application. | |Filename of the application. | ||
| Line 527: | Line 527: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|118 | |118 | ||
| [[App.NativeEventTracingEnabled property|App.NativeEventTracingEnabled]] | | [[Application class/App.NativeEventTracingEnabled property|App.NativeEventTracingEnabled]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 533: | Line 533: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|97 | |97 | ||
| [[App.OnLine property|App.OnLine]] | | [[Application class/App.OnLine property|App.OnLine]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 539: | Line 539: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|115 | |115 | ||
| [[App.PPL LoadInCompatible LVVersion Default Value property|App.PPL LoadInCompatible LVVersion Default Value]] | | [[Application class/App.PPL LoadInCompatible LVVersion Default Value property|App.PPL LoadInCompatible LVVersion Default Value]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 545: | Line 545: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|36 | |36 | ||
| [[App.ParWindForDlgs property|App.ParWindForDlgs]] | | [[Application class/App.ParWindForDlgs property|App.ParWindForDlgs]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 551: | Line 551: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|39 | |39 | ||
| [[App.PrefsFilePth property|App.PrefsFilePth]] | | [[Application class/App.PrefsFilePth property|App.PrefsFilePth]] | ||
| | | | ||
|R | |R | ||
| Line 557: | Line 557: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|84 | |84 | ||
| [[App.Private? property|App.Private?]] | | [[Application class/App.Private? property|App.Private?]] | ||
| | | | ||
|R | |R | ||
| Line 563: | Line 563: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|BE | |BE | ||
| [[App.PropMethDataTypes property|App.PropMethDataTypes]] | | [[Application class/App.PropMethDataTypes property|App.PropMethDataTypes]] | ||
| | | | ||
|R | |R | ||
| Line 569: | Line 569: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|66 | |66 | ||
| [[App.PumpOSMessages property|App.PumpOSMessages]] | | [[Application class/App.PumpOSMessages property|App.PumpOSMessages]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 575: | Line 575: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|59 | |59 | ||
| [[App.IsLabVIEWRT? property|App.IsLabVIEWRT?]] | | [[Application class/App.IsLabVIEWRT? property|App.IsLabVIEWRT?]] | ||
| | | | ||
|R | |R | ||
| Line 581: | Line 581: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|3C | |3C | ||
| [[App.RegOrg property|App.RegOrg]] | | [[Application class/App.RegOrg property|App.RegOrg]] | ||
| | | | ||
|R | |R | ||
| Line 587: | Line 587: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|3B | |3B | ||
| [[App.RegOwner property|App.RegOwner]] | | [[Application class/App.RegOwner property|App.RegOwner]] | ||
| | | | ||
|R | |R | ||
| Line 593: | Line 593: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|45 | |45 | ||
| [[App.RemoteWebServerActive property|App.RemoteWebServerActive]] | | [[Application class/App.RemoteWebServerActive property|App.RemoteWebServerActive]] | ||
| | | | ||
|R | |R | ||
| Line 599: | Line 599: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|ED | |ED | ||
| [[App.RenameVariablesForAppBuilder property|App.RenameVariablesForAppBuilder]] | | [[Application class/App.RenameVariablesForAppBuilder property|App.RenameVariablesForAppBuilder]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 605: | Line 605: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|89 | |89 | ||
| [[App.SaveFormat property|App.SaveFormat]] | | [[Application class/App.SaveFormat property|App.SaveFormat]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 611: | Line 611: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|DE | |DE | ||
| [[App.SaveVersion property|App.SaveVersion]] | | [[Application class/App.SaveVersion property|App.SaveVersion]] | ||
|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. | |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. | ||
|R | |R | ||
| Line 617: | Line 617: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|DF | |DF | ||
| [[App.SaveVerLVFmt property|App.SaveVerLVFmt]] | | [[Application class/App.SaveVerLVFmt property|App.SaveVerLVFmt]] | ||
| | | | ||
|R | |R | ||
| Line 623: | Line 623: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|117 | |117 | ||
| [[App.SaveChangesAutoSelection property|App.SaveChangesAutoSelection]] | | [[Application class/App.SaveChangesAutoSelection property|App.SaveChangesAutoSelection]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 629: | Line 629: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|B9 | |B9 | ||
| [[App.SaveVersions property|App.SaveVersions]] | | [[Application class/App.SaveVersions property|App.SaveVersions]] | ||
|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. | |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. | ||
|R | |R | ||
| Line 635: | Line 635: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|58 | |58 | ||
| [[App.SearchPaths property|App.SearchPaths]] | | [[Application class/App.SearchPaths property|App.SearchPaths]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 641: | Line 641: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|47 | |47 | ||
| [[App.SelListChanged property|App.SelListChanged]] | | [[Application class/App.SelListChanged property|App.SelListChanged]] | ||
| | | | ||
|R | |R | ||
| Line 647: | Line 647: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|103 | |103 | ||
| [[App.Selective Deallocation property|App.Selective Deallocation]] | | [[Application class/App.Selective Deallocation property|App.Selective Deallocation]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 653: | Line 653: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|104 | |104 | ||
| [[App.Selective Deallocation.EnableForAllVIs property|App.Selective Deallocation.EnableForAllVIs]] | | [[Application class/App.Selective Deallocation.EnableForAllVIs property|App.Selective Deallocation.EnableForAllVIs]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 659: | Line 659: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|105 | |105 | ||
| [[App.Selective Deallocation.LargeBufferThreshold property|App.Selective Deallocation.LargeBufferThreshold]] | | [[Application class/App.Selective Deallocation.LargeBufferThreshold property|App.Selective Deallocation.LargeBufferThreshold]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 665: | Line 665: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|3D | |3D | ||
| [[App.SerialNo property|App.SerialNo]] | | [[Application class/App.SerialNo property|App.SerialNo]] | ||
| | | | ||
|R | |R | ||
| Line 671: | Line 671: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|3F | |3F | ||
| [[App.ShowFPTipStrips property|App.ShowFPTipStrips]] | | [[Application class/App.ShowFPTipStrips property|App.ShowFPTipStrips]] | ||
|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. | |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. | ||
| Line 679: | Line 679: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|102 | |102 | ||
| [[App.ShowAutoErrDialog property|App.ShowAutoErrDialog]] | | [[Application class/App.ShowAutoErrDialog property|App.ShowAutoErrDialog]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 685: | Line 685: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|5 | |5 | ||
| [[App.TargetCPU property|App.TargetCPU]] | | [[Application class/App.TargetCPU property|App.TargetCPU]] | ||
|Indicates the target CPU of an application. | |Indicates the target CPU of an application. | ||
|R | |R | ||
| Line 691: | Line 691: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|8B | |8B | ||
| [[App.TargetClassName property|App.TargetClassName]] | | [[Application class/App.TargetClassName property|App.TargetClassName]] | ||
| | | | ||
|R | |R | ||
| Line 697: | Line 697: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|D2 | |D2 | ||
| [[App.TargetCurrProcID property|App.TargetCurrProcID]] | | [[Application class/App.TargetCurrProcID property|App.TargetCurrProcID]] | ||
| | | | ||
|R | |R | ||
| Line 703: | Line 703: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D3 | |D3 | ||
| [[App.TargetCacheEntrySizes property|App.TargetCacheEntrySizes]] | | [[Application class/App.TargetCacheEntrySizes property|App.TargetCacheEntrySizes]] | ||
|Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains. | |Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains. | ||
| Line 712: | Line 712: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D4 | |D4 | ||
| [[App.TargetCacheSizes property|App.TargetCacheSizes]] | | [[Application class/App.TargetCacheSizes property|App.TargetCacheSizes]] | ||
|Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains. | |Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains. | ||
| Line 721: | Line 721: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|44 | |44 | ||
| [[App.TargetIP property|App.TargetIP]] | | [[Application class/App.TargetIP property|App.TargetIP]] | ||
| | | | ||
|R | |R | ||
| Line 727: | Line 727: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|54 | |54 | ||
| [[App.TargetInfo property|App.TargetInfo]] | | [[Application class/App.TargetInfo property|App.TargetInfo]] | ||
| | | | ||
|R | |R | ||
| Line 733: | Line 733: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D0 | |D0 | ||
| [[App.TargetCoresPerPackage property|App.TargetCoresPerPackage]] | | [[Application class/App.TargetCoresPerPackage property|App.TargetCoresPerPackage]] | ||
|Returns the number of cores per package the computer or target contains. | |Returns the number of cores per package the computer or target contains. | ||
| Line 742: | Line 742: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|CE | |CE | ||
| [[App.TargetNumProcs property|App.TargetNumProcs]] | | [[Application class/App.TargetNumProcs property|App.TargetNumProcs]] | ||
|Returns the number of processing units the computer or target contains. | |Returns the number of processing units the computer or target contains. | ||
| Line 754: | Line 754: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D1 | |D1 | ||
| [[App.TargetLogProcsPerCore property|App.TargetLogProcsPerCore]] | | [[Application class/App.TargetLogProcsPerCore property|App.TargetLogProcsPerCore]] | ||
|Returns the number of logical processors per core the computer or target contains. | |Returns the number of logical processors per core the computer or target contains. | ||
| Line 763: | Line 763: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D5 | |D5 | ||
| [[App.TargetNumPackages property|App.TargetNumPackages]] | | [[Application class/App.TargetNumPackages property|App.TargetNumPackages]] | ||
|Returns the number of packages, or chips, the computer or target contains. | |Returns the number of packages, or chips, the computer or target contains. | ||
| Line 772: | Line 772: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|4 | |4 | ||
| [[App.TargetOS property|App.TargetOS]] | | [[Application class/App.TargetOS property|App.TargetOS]] | ||
|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). | |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). | ||
| Line 780: | Line 780: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|DB | |DB | ||
| [[App.TSOptions property|App.TSOptions]] | | [[Application class/App.TSOptions property|App.TSOptions]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 786: | Line 786: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|2C | |2C | ||
| [[App.ToolPalOpen property|App.ToolPalOpen]] | | [[Application class/App.ToolPalOpen property|App.ToolPalOpen]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 792: | Line 792: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|116 | |116 | ||
| [[App.Treat LV 2016 As Binary Compatible property|App.Treat LV 2016 As Binary Compatible]] | | [[Application class/App.Treat LV 2016 As Binary Compatible property|App.Treat LV 2016 As Binary Compatible]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 798: | Line 798: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|EC | |EC | ||
| [[App.UDRefnumFiles property|App.UDRefnumFiles]] | | [[Application class/App.UDRefnumFiles property|App.UDRefnumFiles]] | ||
| | | | ||
|R | |R | ||
| Line 804: | Line 804: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|4D | |4D | ||
| [[App.UnattendedMode property|App.UnattendedMode]] | | [[Application class/App.UnattendedMode property|App.UnattendedMode]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 810: | Line 810: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|51 | |51 | ||
| [[App.UseAppTemplateBrowser property|App.UseAppTemplateBrowser]] | | [[Application class/App.UseAppTemplateBrowser property|App.UseAppTemplateBrowser]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 816: | Line 816: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|5A | |5A | ||
| [[App.UserInterfaceAvailable property|App.UserInterfaceAvailable]] | | [[Application class/App.UserInterfaceAvailable property|App.UserInterfaceAvailable]] | ||
|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. | |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. | ||
|R | |R | ||
| Line 822: | Line 822: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|1 | |1 | ||
| [[App.UserName property|App.UserName]] | | [[Application class/App.UserName property|App.UserName]] | ||
|User name used to open the application. | |User name used to open the application. | ||
|R/W | |R/W | ||
| Line 828: | Line 828: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|9E | |9E | ||
| [[App.VIOfTopBD property|App.VIOfTopBD]] | | [[Application class/App.VIOfTopBD property|App.VIOfTopBD]] | ||
|Returns a reference to the block diagram highest in the Z order, which is most likely the last block diagram accessed. | |Returns a reference to the block diagram highest in the Z order, which is most likely the last block diagram accessed. | ||
|R | |R | ||
| Line 834: | Line 834: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|37 | |37 | ||
| [[App.VerLVFmt property|App.VerLVFmt]] | | [[Application class/App.VerLVFmt property|App.VerLVFmt]] | ||
| | | | ||
|R | |R | ||
| Line 840: | Line 840: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|2 | |2 | ||
| [[App.Version property|App.Version]] | | [[Application class/App.Version property|App.Version]] | ||
|Version number of the application. In a stand-alone application or shared library, this property returns the version of the LabVIEW Run-Time Engine. | |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 | |R | ||
| Line 846: | Line 846: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D7 | |D7 | ||
| [[App.VersionYear property|App.VersionYear]] | | [[Application class/App.VersionYear property|App.VersionYear]] | ||
|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. | |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 | |R | ||
| Line 852: | Line 852: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|109 | |109 | ||
| [[App.VersionYearNumberOnly property|App.VersionYearNumberOnly]] | | [[Application class/App.VersionYearNumberOnly property|App.VersionYearNumberOnly]] | ||
| | | | ||
|R | |R | ||
| Line 858: | Line 858: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|64 | |64 | ||
| [[App.WindForPanelOrigin property|App.WindForPanelOrigin]] | | [[Application class/App.WindForPanelOrigin property|App.WindForPanelOrigin]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 864: | Line 864: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|96 | |96 | ||
| [[App.ZCompressLevel property|App.ZCompressLevel]] | | [[Application class/App.ZCompressLevel property|App.ZCompressLevel]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 870: | Line 870: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A7 | |A7 | ||
| [[ForceEnableCrossLinkDlgs property|ForceEnableCrossLinkDlgs]] | | [[Application class/ForceEnableCrossLinkDlgs property|ForceEnableCrossLinkDlgs]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 876: | Line 876: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A8 | |A8 | ||
| [[SuppressCrosslinkDlgs property|SuppressCrosslinkDlgs]] | | [[Application class/SuppressCrosslinkDlgs property|SuppressCrosslinkDlgs]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 882: | Line 882: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|98 | |98 | ||
| [[DbgSrvr.Active property|DbgSrvr.Active]] | | [[Application class/DbgSrvr.Active property|DbgSrvr.Active]] | ||
|Determines whether the Debug Server is enabled. You can use this property only in LabVIEW-built applications or shared libraries. | |Determines whether the Debug Server is enabled. You can use this property only in LabVIEW-built applications or shared libraries. | ||
|R/W | |R/W | ||
| Line 888: | Line 888: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|99 | |99 | ||
| [[DbgSrvr.TCPAccess property|DbgSrvr.TCPAccess]] | | [[Application class/DbgSrvr.TCPAccess property|DbgSrvr.TCPAccess]] | ||
|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. | |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. | ||
|R/W | |R/W | ||
| Line 894: | Line 894: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A2 | |A2 | ||
| [[Delay File Notifications property|Delay File Notifications]] | | [[Application class/Delay File Notifications property|Delay File Notifications]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 900: | Line 900: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|22 | |22 | ||
| [[Disp.AllMonitors property|Disp.AllMonitors]] | | [[Application class/Disp.AllMonitors property|Disp.AllMonitors]] | ||
|Returns information about all the monitors on the computer, including their bit depths and bounding rectangles. | |Returns information about all the monitors on the computer, including their bit depths and bounding rectangles. | ||
| Line 922: | Line 922: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|21 | |21 | ||
| [[Disp.WkSpace property|Disp.WkSpace]] | | [[Application class/Disp.WkSpace property|Disp.WkSpace]] | ||
|Gives the bounding rectangle of the computer's primary monitor. | |Gives the bounding rectangle of the computer's primary monitor. | ||
| Line 945: | Line 945: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E0 | |E0 | ||
| [[GetNXTContext property|GetNXTContext]] | | [[Application class/GetNXTContext property|GetNXTContext]] | ||
| | | | ||
|R | |R | ||
| Line 951: | Line 951: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|BB | |BB | ||
| [[LoadSaveWarnings.AutoTestMode property|LoadSaveWarnings.AutoTestMode]] | | [[Application class/LoadSaveWarnings.AutoTestMode property|LoadSaveWarnings.AutoTestMode]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 957: | Line 957: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|BC | |BC | ||
| [[LoadSaveWarnings.History property|LoadSaveWarnings.History]] | | [[Application class/LoadSaveWarnings.History property|LoadSaveWarnings.History]] | ||
| | | | ||
|R | |R | ||
| Line 963: | Line 963: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A5 | |A5 | ||
| [[MathScript.AllMInCxt property|MathScript.AllMInCxt]] | | [[Application class/MathScript.AllMInCxt property|MathScript.AllMInCxt]] | ||
| | | | ||
|R | |R | ||
| Line 969: | Line 969: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F1 | |F1 | ||
| [[MathScript.ColorsInSync property|MathScript.ColorsInSync]] | | [[Application class/MathScript.ColorsInSync property|MathScript.ColorsInSync]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 975: | Line 975: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|E8 | |E8 | ||
| [[MathScript.Signature property|MathScript.Signature]] | | [[Application class/MathScript.Signature property|MathScript.Signature]] | ||
| | | | ||
|R | |R | ||
| Line 981: | Line 981: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F2 | |F2 | ||
| [[MathScript.CompilerInMemory property|MathScript.CompilerInMemory]] | | [[Application class/MathScript.CompilerInMemory property|MathScript.CompilerInMemory]] | ||
| | | | ||
|R | |R | ||
| Line 987: | Line 987: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F0 | |F0 | ||
| [[MathScript.Colors property|MathScript.Colors]] | | [[Application class/MathScript.Colors property|MathScript.Colors]] | ||
| | | | ||
|R | |R | ||
| Line 993: | Line 993: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A3 | |A3 | ||
| [[MathScript.Path property|MathScript.Path]] | | [[Application class/MathScript.Path property|MathScript.Path]] | ||
| | | | ||
|R | |R | ||
| Line 999: | Line 999: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|65 | |65 | ||
| [[ModHandle property|ModHandle]] | | [[Application class/ModHandle property|ModHandle]] | ||
| | | | ||
|R | |R | ||
| Line 1,005: | Line 1,005: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|A0 | |A0 | ||
| [[NISec.Nobody? property|NISec.Nobody?]] | | [[Application class/NISec.Nobody? property|NISec.Nobody?]] | ||
|Determines if anyone is logged in. | |Determines if anyone is logged in. | ||
|R | |R | ||
| Line 1,011: | Line 1,011: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A1 | |A1 | ||
| [[NI Sec.UniqueUser property|NI Sec.UniqueUser]] | | [[Application class/NI Sec.UniqueUser property|NI Sec.UniqueUser]] | ||
| | | | ||
|R | |R | ||
| Line 1,017: | Line 1,017: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|7C | |7C | ||
| [[NISec.User property|NISec.User]] | | [[Application class/NISec.User property|NISec.User]] | ||
|Indicates the name of the user who is currently logged in, using the format of \. | |Indicates the name of the user who is currently logged in, using the format of \. | ||
|R | |R | ||
| Line 1,023: | Line 1,023: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|BF | |BF | ||
| [[OS.BuildNumber property|OS.BuildNumber]] | | [[Application class/OS.BuildNumber property|OS.BuildNumber]] | ||
|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. | |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. | ||
| Line 1,031: | Line 1,031: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|C6 | |C6 | ||
| [[OS.DetailedName property|OS.DetailedName]] | | [[Application class/OS.DetailedName property|OS.DetailedName]] | ||
|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. | |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. | ||
|R | |R | ||
| Line 1,037: | Line 1,037: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|6 | |6 | ||
| [[OS.Name property|OS.Name]] | | [[Application class/OS.Name property|OS.Name]] | ||
|Name of the operating system where the application is actually running. | |Name of the operating system where the application is actually running. | ||
| Line 1,055: | Line 1,055: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|7 | |7 | ||
| [[OS.Version property|OS.Version]] | | [[Application class/OS.Version property|OS.Version]] | ||
|Version number of the actual operating system. | |Version number of the actual operating system. | ||
|R | |R | ||
| Line 1,061: | Line 1,061: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|8C | |8C | ||
| [[Options.EditorMenuBar property|Options.EditorMenuBar]] | | [[Application class/Options.EditorMenuBar property|Options.EditorMenuBar]] | ||
| | | | ||
|R | |R | ||
| Line 1,067: | Line 1,067: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|6B | |6B | ||
| [[Options.UseAbridgedMenus property|Options.UseAbridgedMenus]] | | [[Application class/Options.UseAbridgedMenus property|Options.UseAbridgedMenus]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,073: | Line 1,073: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B2 | |B2 | ||
| [[Palettes.GetCtrlNames property|Palettes.GetCtrlNames]] | | [[Application class/Palettes.GetCtrlNames property|Palettes.GetCtrlNames]] | ||
| | | | ||
|R | |R | ||
| Line 1,079: | Line 1,079: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B1 | |B1 | ||
| [[Palettes.GetFuncNames property|Palettes.GetFuncNames]] | | [[Application class/Palettes.GetFuncNames property|Palettes.GetFuncNames]] | ||
| | | | ||
|R | |R | ||
| Line 1,085: | Line 1,085: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|4B | |4B | ||
| [[Pr.Printers property|Pr.Printers]] | | [[Application class/Pr.Printers property|Pr.Printers]] | ||
|Returns an alphabetized array of printer names available on the computer. | |Returns an alphabetized array of printer names available on the computer. | ||
| Line 1,094: | Line 1,094: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|48 | |48 | ||
| [[Pr.Color/Grayscale? property|Pr.Color/Grayscale?]] | | [[Application class/Pr.Color/Grayscale? property|Pr.Color/Grayscale?]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,100: | Line 1,100: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|29 | |29 | ||
| [[Pr.CustAllCtls? property|Pr.CustAllCtls?]] | | [[Application class/Pr.CustAllCtls? property|Pr.CustAllCtls?]] | ||
|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. | |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. | ||
| Line 1,110: | Line 1,110: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|E7 | |E7 | ||
| [[Pr.CustClustConsts? property|Pr.CustClustConsts?]] | | [[Application class/Pr.CustClustConsts? property|Pr.CustClustConsts?]] | ||
|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. | |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. | ||
| Line 1,118: | Line 1,118: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|C | |C | ||
| [[Pr.CustConn? property|Pr.CustConn?]] | | [[Application class/Pr.CustConn? property|Pr.CustConn?]] | ||
|Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods. | |Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods. | ||
| Line 1,126: | Line 1,126: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|11 | |11 | ||
| [[Pr.CustCtlDesc? property|Pr.CustCtlDesc?]] | | [[Application class/Pr.CustCtlDesc? property|Pr.CustCtlDesc?]] | ||
|Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods. | |Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods. | ||
| Line 1,134: | Line 1,134: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|93 | |93 | ||
| [[Pr.CustLabelCap property|Pr.CustLabelCap]] | | [[Application class/Pr.CustLabelCap property|Pr.CustLabelCap]] | ||
|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. | |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. | ||
|R/W | |R/W | ||
| Line 1,140: | Line 1,140: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|12 | |12 | ||
| [[Pr.CustCtlType? property|Pr.CustCtlType?]] | | [[Application class/Pr.CustCtlType? property|Pr.CustCtlType?]] | ||
|Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods. | |Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods. | ||
| Line 1,148: | Line 1,148: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|10 | |10 | ||
| [[Pr.CustCtl? property|Pr.CustCtl?]] | | [[Application class/Pr.CustCtl? property|Pr.CustCtl?]] | ||
|Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods. | |Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods. | ||
| Line 1,158: | Line 1,158: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|D | |D | ||
| [[Pr.CustDesc? property|Pr.CustDesc?]] | | [[Application class/Pr.CustDesc? property|Pr.CustDesc?]] | ||
|Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods. | |Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods. | ||
| Line 1,166: | Line 1,166: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|14 | |14 | ||
| [[Pr.CustDiagHidden? property|Pr.CustDiagHidden?]] | | [[Application class/Pr.CustDiagHidden? property|Pr.CustDiagHidden?]] | ||
|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. | |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. | ||
| Line 1,174: | Line 1,174: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|15 | |15 | ||
| [[Pr.CustDiagRepeat? property|Pr.CustDiagRepeat?]] | | [[Application class/Pr.CustDiagRepeat? property|Pr.CustDiagRepeat?]] | ||
|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. | |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. | ||
| Line 1,182: | Line 1,182: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|13 | |13 | ||
| [[Pr.CustDiag? property|Pr.CustDiag?]] | | [[Application class/Pr.CustDiag? property|Pr.CustDiag?]] | ||
|Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods. | |Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods. | ||
| Line 1,190: | Line 1,190: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|5C | |5C | ||
| [[Pr.CustExpressVIConfig? property|Pr.CustExpressVIConfig?]] | | [[Application class/Pr.CustExpressVIConfig? property|Pr.CustExpressVIConfig?]] | ||
|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. | |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. | ||
| Line 1,198: | Line 1,198: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|17 | |17 | ||
| [[Pr.CustHier? property|Pr.CustHier?]] | | [[Application class/Pr.CustHier? property|Pr.CustHier?]] | ||
|Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods. | |Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods. | ||
| Line 1,206: | Line 1,206: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|18 | |18 | ||
| [[Pr.CustHist? property|Pr.CustHist?]] | | [[Application class/Pr.CustHist? property|Pr.CustHist?]] | ||
|Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods. | |Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods. | ||
| Line 1,214: | Line 1,214: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|16 | |16 | ||
| [[Pr.CustSubVIs? property|Pr.CustSubVIs?]] | | [[Application class/Pr.CustSubVIs? property|Pr.CustSubVIs?]] | ||
|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. | |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. | ||
| Line 1,222: | Line 1,222: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|F | |F | ||
| [[Pr.CustPanelBrdr? property|Pr.CustPanelBrdr?]] | | [[Application class/Pr.CustPanelBrdr? property|Pr.CustPanelBrdr?]] | ||
|Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods. | |Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods. | ||
| Line 1,230: | Line 1,230: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|E | |E | ||
| [[Pr.CustPanel? property|Pr.CustPanel?]] | | [[Application class/Pr.CustPanel? property|Pr.CustPanel?]] | ||
|Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods. | |Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods. | ||
| Line 1,238: | Line 1,238: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|49 | |49 | ||
| [[Pr.DefaultPrinter property|Pr.DefaultPrinter]] | | [[Application class/Pr.DefaultPrinter property|Pr.DefaultPrinter]] | ||
|Gets or sets the name of the default printer in LabVIEW. | |Gets or sets the name of the default printer in LabVIEW. | ||
| Line 1,249: | Line 1,249: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|9 | |9 | ||
| [[Pr.FileWrapText property|Pr.FileWrapText]] | | [[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. | |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. | ||
|R/W | |R/W | ||
| Line 1,255: | Line 1,255: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|B | |B | ||
| [[Pr.JPEGQuality property|Pr.JPEGQuality]] | | [[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. | |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. | ||
|R/W | |R/W | ||
| Line 1,261: | Line 1,261: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|4A | |4A | ||
| [[Pr.Method property|Pr.Method]] | | [[Application class/Pr.Method property|Pr.Method]] | ||
|Gets or sets how LabVIEW prints. | |Gets or sets how LabVIEW prints. | ||
| Line 1,269: | Line 1,269: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|A | |A | ||
| [[Pr.PNGCmpLvl property|Pr.PNGCmpLvl]] | | [[Application class/Pr.PNGCmpLvl property|Pr.PNGCmpLvl]] | ||
|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. | |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. | ||
|R/W | |R/W | ||
| Line 1,275: | Line 1,275: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|92 | |92 | ||
| [[Project.ActiveProject property|Project.ActiveProject]] | | [[Application class/Project.ActiveProject property|Project.ActiveProject]] | ||
|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. | |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. | ||
|R | |R | ||
| Line 1,281: | Line 1,281: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|81 | |81 | ||
| [[Project.DefaultProject property|Project.DefaultProject]] | | [[Application class/Project.DefaultProject property|Project.DefaultProject]] | ||
| | | | ||
|R | |R | ||
| Line 1,287: | Line 1,287: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|87 | |87 | ||
| [[Project.GetLastMaxLoadTime property|Project.GetLastMaxLoadTime]] | | [[Application class/Project.GetLastMaxLoadTime property|Project.GetLastMaxLoadTime]] | ||
| | | | ||
|R | |R | ||
| Line 1,293: | Line 1,293: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|82 | |82 | ||
| [[Project.HasAnyProjBeenCreated property|Project.HasAnyProjBeenCreated]] | | [[Application class/Project.HasAnyProjBeenCreated property|Project.HasAnyProjBeenCreated]] | ||
| | | | ||
|R | |R | ||
| Line 1,299: | Line 1,299: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|88 | |88 | ||
| [[Project.Libraries[] property|Project.Libraries[]]] | | [[Application class/Project.Libraries[] property|Project.Libraries[]]] | ||
| | | | ||
|R | |R | ||
| Line 1,305: | Line 1,305: | ||
|- style="background-color:#CCFFFF;" | |- style="background-color:#CCFFFF;" | ||
|7E | |7E | ||
| [[Project.OwningProject property|Project.OwningProject]] | | [[Application class/Project.OwningProject property|Project.OwningProject]] | ||
|Returns a reference to the project that owns the referenced application. | |Returns a reference to the project that owns the referenced application. | ||
|R | |R | ||
| Line 1,311: | Line 1,311: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|69 | |69 | ||
| [[Project.Projects[] property|Project.Projects[]]] | | [[Application class/Project.Projects[] property|Project.Projects[]]] | ||
|Returns an array of references to each LabVIEW project in memory. You can use these references with the Project properties. | |Returns an array of references to each LabVIEW project in memory. You can use these references with the Project properties. | ||
|R | |R | ||
| Line 1,317: | Line 1,317: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|85 | |85 | ||
| [[ShowPathInProjectWindow property|ShowPathInProjectWindow]] | | [[Application class/ShowPathInProjectWindow property|ShowPathInProjectWindow]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,323: | Line 1,323: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|86 | |86 | ||
| [[Project.TargetItem property|Project.TargetItem]] | | [[Application class/Project.TargetItem property|Project.TargetItem]] | ||
|Returns the associated target item of the application reference you specify. | |Returns the associated target item of the application reference you specify. | ||
|R | |R | ||
| Line 1,329: | Line 1,329: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|41 | |41 | ||
| [[RemotePanel.ConnToClients property|RemotePanel.ConnToClients]] | | [[Application class/RemotePanel.ConnToClients property|RemotePanel.ConnToClients]] | ||
|Returns an array of clusters containing connection information about the clients currently connected to the computer. | |Returns an array of clusters containing connection information about the clients currently connected to the computer. | ||
| Line 1,368: | Line 1,368: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|42 | |42 | ||
| [[RemotePanel.ConnToServers property|RemotePanel.ConnToServers]] | | [[Application class/RemotePanel.ConnToServers property|RemotePanel.ConnToServers]] | ||
|Returns an array of clusters containing connection information about the servers to which the computer is currently connected. | |Returns an array of clusters containing connection information about the servers to which the computer is currently connected. | ||
| Line 1,405: | Line 1,405: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|5E | |5E | ||
| [[RemotePanel.IsSupported property|RemotePanel.IsSupported]] | | [[Application class/RemotePanel.IsSupported property|RemotePanel.IsSupported]] | ||
| | | | ||
|R | |R | ||
| Line 1,411: | Line 1,411: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|43 | |43 | ||
| [[RemotePanel.NetLoadMonitor property|RemotePanel.NetLoadMonitor]] | | [[Application class/RemotePanel.NetLoadMonitor property|RemotePanel.NetLoadMonitor]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,417: | Line 1,417: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|9F | |9F | ||
| [[RunReserveXIface property|RunReserveXIface]] | | [[Application class/RunReserveXIface property|RunReserveXIface]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,423: | Line 1,423: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|9D | |9D | ||
| [[SFP.App property|SFP.App]] | | [[Application class/SFP.App property|SFP.App]] | ||
| | | | ||
|R | |R | ||
| Line 1,429: | Line 1,429: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|FB | |FB | ||
| [[SeparateCompCodeForNewFiles property|SeparateCompCodeForNewFiles]] | | [[Application class/SeparateCompCodeForNewFiles property|SeparateCompCodeForNewFiles]] | ||
| | | | ||
|R | |R | ||
| Line 1,435: | Line 1,435: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|27 | |27 | ||
| [[Srvr.LogEnabled property|Srvr.LogEnabled]] | | [[Application class/Srvr.LogEnabled property|Srvr.LogEnabled]] | ||
|Specifies whether the TCP interface to the VI Server is logging operations to a file. | |Specifies whether the TCP interface to the VI Server is logging operations to a file. | ||
| Line 1,443: | Line 1,443: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|28 | |28 | ||
| [[Srvr.LogPath property|Srvr.LogPath]] | | [[Application class/Srvr.LogPath property|Srvr.LogPath]] | ||
|Path of the log file created during TCP/IP communication. | |Path of the log file created during TCP/IP communication. | ||
| Line 1,451: | Line 1,451: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|5D | |5D | ||
| [[Srvr.Port property|Srvr.Port]] | | [[Application class/Srvr.Port property|Srvr.Port]] | ||
|Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application. | |Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application. | ||
| Line 1,461: | Line 1,461: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|94 | |94 | ||
| [[Srvr.ServiceName property|Srvr.ServiceName]] | | [[Application class/Srvr.ServiceName property|Srvr.ServiceName]] | ||
|Gets or sets the service name for the LabVIEW VI Server. | |Gets or sets the service name for the LabVIEW VI Server. | ||
| Line 1,469: | Line 1,469: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|20 | |20 | ||
| [[Srvr.TCPActive property|Srvr.TCPActive]] | | [[Application class/Srvr.TCPActive property|Srvr.TCPActive]] | ||
|Specifies whether the TCP interface to the VI Server is currently accepting connections. | |Specifies whether the TCP interface to the VI Server is currently accepting connections. | ||
| Line 1,477: | Line 1,477: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|1B | |1B | ||
| [[Srvr.TCPAccess property|Srvr.TCPAccess]] | | [[Application class/Srvr.TCPAccess property|Srvr.TCPAccess]] | ||
|List that describes which TCP/IP addresses of remote clients may access the VI server. | |List that describes which TCP/IP addresses of remote clients may access the VI server. | ||
| Line 1,489: | Line 1,489: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|1A | |1A | ||
| [[Srvr.VIAccess property|Srvr.VIAccess]] | | [[Application class/Srvr.VIAccess property|Srvr.VIAccess]] | ||
|List that describes which VIs on the VI server are accessible by remote clients. | |List that describes which VIs on the VI server are accessible by remote clients. | ||
| Line 1,501: | Line 1,501: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|6E | |6E | ||
| [[SCC.ConfigData property|SCC.ConfigData]] | | [[Application class/SCC.ConfigData property|SCC.ConfigData]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,507: | Line 1,507: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|71 | |71 | ||
| [[SCC.DispOnlySelectedFiles property|SCC.DispOnlySelectedFiles]] | | [[Application class/SCC.DispOnlySelectedFiles property|SCC.DispOnlySelectedFiles]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,513: | Line 1,513: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|74 | |74 | ||
| [[SCC.DispWarnIfChkdOut property|SCC.DispWarnIfChkdOut]] | | [[Application class/SCC.DispWarnIfChkdOut property|SCC.DispWarnIfChkdOut]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,519: | Line 1,519: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|9C | |9C | ||
| [[SCC.IncludeInstrLibInGetDependents property|SCC.IncludeInstrLibInGetDependents]] | | [[Application class/SCC.IncludeInstrLibInGetDependents property|SCC.IncludeInstrLibInGetDependents]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,525: | Line 1,525: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|9B | |9B | ||
| [[SCC.IncludeVILibInGetDependents property|SCC.IncludeVILibInGetDependents]] | | [[Application class/SCC.IncludeVILibInGetDependents property|SCC.IncludeVILibInGetDependents]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,531: | Line 1,531: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|77 | |77 | ||
| [[SCC.PromptToAddToSCC property|SCC.PromptToAddToSCC]] | | [[Application class/SCC.PromptToAddToSCC property|SCC.PromptToAddToSCC]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,537: | Line 1,537: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|76 | |76 | ||
| [[SCC.PromptToCheckOut property|SCC.PromptToCheckOut]] | | [[Application class/SCC.PromptToCheckOut property|SCC.PromptToCheckOut]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,543: | Line 1,543: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|70 | |70 | ||
| [[SCC.ProvLoc property|SCC.ProvLoc]] | | [[Application class/SCC.ProvLoc property|SCC.ProvLoc]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,549: | Line 1,549: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|6F | |6F | ||
| [[SCC.ProvName property|SCC.ProvName]] | | [[Application class/SCC.ProvName property|SCC.ProvName]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,555: | Line 1,555: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|73 | |73 | ||
| [[SCC.SelectCallersOnChkOut property|SCC.SelectCallersOnChkOut]] | | [[Application class/SCC.SelectCallersOnChkOut property|SCC.SelectCallersOnChkOut]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,561: | Line 1,561: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|72 | |72 | ||
| [[SCC.SelectHierarchyOnAdd property|SCC.SelectHierarchyOnAdd]] | | [[Application class/SCC.SelectHierarchyOnAdd property|SCC.SelectHierarchyOnAdd]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,567: | Line 1,567: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|75 | |75 | ||
| [[SCC.UseDlgBoxForChkOut property|SCC.UseDlgBoxForChkOut]] | | [[Application class/SCC.UseDlgBoxForChkOut property|SCC.UseDlgBoxForChkOut]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,573: | Line 1,573: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B7 | |B7 | ||
| [[Statechart.CodeGenCaseStruct property|Statechart.CodeGenCaseStruct]] | | [[Application class/Statechart.CodeGenCaseStruct property|Statechart.CodeGenCaseStruct]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,579: | Line 1,579: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|BD | |BD | ||
| [[Statechart.InlineTopLevelGraph property|Statechart.InlineTopLevelGraph]] | | [[Application class/Statechart.InlineTopLevelGraph property|Statechart.InlineTopLevelGraph]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,585: | Line 1,585: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|EE | |EE | ||
| [[Statechart.IsInstalled property|Statechart.IsInstalled]] | | [[Application class/Statechart.IsInstalled property|Statechart.IsInstalled]] | ||
| | | | ||
|R | |R | ||
| Line 1,591: | Line 1,591: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B4 | |B4 | ||
| [[Statechart.Config property|Statechart.Config]] | | [[Application class/Statechart.Config property|Statechart.Config]] | ||
| | | | ||
|R | |R | ||
| Line 1,597: | Line 1,597: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B3 | |B3 | ||
| [[Statechart.CustomIcon property|Statechart.CustomIcon]] | | [[Application class/Statechart.CustomIcon property|Statechart.CustomIcon]] | ||
| | | | ||
|R | |R | ||
| Line 1,603: | Line 1,603: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B8 | |B8 | ||
| [[Statechart.ShowPathIsIn property|Statechart.ShowPathIsIn]] | | [[Application class/Statechart.ShowPathIsIn property|Statechart.ShowPathIsIn]] | ||
| | | | ||
|R | |R | ||
| Line 1,609: | Line 1,609: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|A9 | |A9 | ||
| [[SuppressAutoUpdateDependencies property|SuppressAutoUpdateDependencies]] | | [[Application class/SuppressAutoUpdateDependencies property|SuppressAutoUpdateDependencies]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,615: | Line 1,615: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|B0 | |B0 | ||
| [[SupressUpdateNamePreflight property|SupressUpdateNamePreflight]] | | [[Application class/SupressUpdateNamePreflight property|SupressUpdateNamePreflight]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,621: | Line 1,621: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|AE | |AE | ||
| [[App.ToolNumber property|App.ToolNumber]] | | [[Application class/App.ToolNumber property|App.ToolNumber]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,627: | Line 1,627: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F3 | |F3 | ||
| [[VIObjCache.Available in RTE property|VIObjCache.Available in RTE]] | | [[Application class/VIObjCache.Available in RTE property|VIObjCache.Available in RTE]] | ||
| | | | ||
|R/W | |R/W | ||
| Line 1,633: | Line 1,633: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F7 | |F7 | ||
| [[VIObjCache.DistPath property|VIObjCache.DistPath]] | | [[Application class/VIObjCache.DistPath property|VIObjCache.DistPath]] | ||
| | | | ||
|R | |R | ||
| Line 1,639: | Line 1,639: | ||
|- style="background-color:#D1BB80;" | |- style="background-color:#D1BB80;" | ||
|F8 | |F8 | ||
| [[VIObjCache.UserPath property|VIObjCache.UserPath]] | | [[Application class/VIObjCache.UserPath property|VIObjCache.UserPath]] | ||
| | | | ||
|R | |R | ||
| Line 1,645: | Line 1,645: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|B5 | |B5 | ||
| [[WebSrvr.ConfigFile property|WebSrvr.ConfigFile]] | | [[Application class/WebSrvr.ConfigFile property|WebSrvr.ConfigFile]] | ||
|The path of the LabVIEW Web Server configuration file. | |The path of the LabVIEW Web Server configuration file. | ||
|R | |R | ||
| Line 1,651: | Line 1,651: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|B6 | |B6 | ||
| [[WebSrvr.DefConfigFile property|WebSrvr.DefConfigFile]] | | [[Application class/WebSrvr.DefConfigFile property|WebSrvr.DefConfigFile]] | ||
|The path of the Web Server configuration file that contains the LabVIEW default configuration. | |The path of the Web Server configuration file that contains the LabVIEW default configuration. | ||
|R | |R | ||
| Line 1,657: | Line 1,657: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|30 | |30 | ||
| [[WebSrvr.Port property|WebSrvr.Port]] | | [[Application class/WebSrvr.Port property|WebSrvr.Port]] | ||
|The port to which the built-in Web Server listens for HTTP requests. | |The port to which the built-in Web Server listens for HTTP requests. | ||
| Line 1,665: | Line 1,665: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|32 | |32 | ||
| [[WebSrvr.LogEnabled property|WebSrvr.LogEnabled]] | | [[Application class/WebSrvr.LogEnabled property|WebSrvr.LogEnabled]] | ||
|Determines whether the built-in Web Server logs to a file information about HTTP requests. | |Determines whether the built-in Web Server logs to a file information about HTTP requests. | ||
| Line 1,673: | Line 1,673: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|33 | |33 | ||
| [[WebSrvr.LogPath property|WebSrvr.LogPath]] | | [[Application class/WebSrvr.LogPath property|WebSrvr.LogPath]] | ||
|Determines where the built-in Web Server places the log file. | |Determines where the built-in Web Server places the log file. | ||
| Line 1,681: | Line 1,681: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|31 | |31 | ||
| [[WebSrvr.Timeout property|WebSrvr.Timeout]] | | [[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. | |Determines how long the built-in Web Server waits for read operations to complete when the Web Server reads HTTP requests from HTTP clients. | ||
| Line 1,689: | Line 1,689: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|2F | |2F | ||
| [[WebSrvr.RootPath property|WebSrvr.RootPath]] | | [[Application class/WebSrvr.RootPath property|WebSrvr.RootPath]] | ||
|Specifies the root directory from which the built-in Web Server loads files for document requests. | |Specifies the root directory from which the built-in Web Server loads files for document requests. | ||
| Line 1,697: | Line 1,697: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|2E | |2E | ||
| [[WebSrvr.Active property|WebSrvr.Active]] | | [[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. | |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. | ||
| Line 1,707: | Line 1,707: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|34 | |34 | ||
| [[WebSrvr.TCPAccess property|WebSrvr.TCPAccess]] | | [[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. | |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. | ||
| Line 1,722: | Line 1,722: | ||
|- style="background-color:#FFFFCC;" | |- style="background-color:#FFFFCC;" | ||
|35 | |35 | ||
| [[WebSrvr.VIAccess property|WebSrvr.VIAccess]] | | [[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. | |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. | ||
Revision as of 02:36, 23 August 2019
| <VI Server Class Hierarchy |
| |
This page is under construction. This page or section is currently in the middle of an expansion or major revamping. However, you are welcome to assist in its construction by editing it as well. Please view the edit history should you wish to contact the person who placed this template. If this article has not been edited in several days please remove this template. Please don't delete this page unless the page hasn't been edited in several days. While actively editing, consider adding {{inuse}} to reduce edit conflicts. |
The Application class is a class in the VI Server Class Hierarchy, (see also VI Server). The Application class is the top-level instance of the application in its context. Multiple application instances can be open at a time.
| Legend | |
|---|---|
| R/W | Readable/Writable {R = Read Only, W = Write Only, R/W = Read/Write} |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
Properties
Show/Hide Application Properties Table
| Property ID | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| FA | AppBuilderCache.Path | R | ||
| 80 | App.ActiveApp | Gets an application reference to the active VIs owning application. | R | X |
| 46 | App.ActiveVI | Returns the name of the active VI in the application. | R | X |
| 68 | App.AllContexts | R | X | |
| CD | App.AllLibsInAppInstance | Lists all Libraries currently in memory in this application instance. | R | X |
| 1E | App.AllSysVIs | R | X | |
| 1C | App.AllVIs | 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.
Note 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. |
R | X |
| 52 | App.AssistantsUseStrictTypesDefault | R/W | X | |
| 53 | App.AutoRouteWires | Returns whether LabVIEW automatically finds a route for a wire. | R/W | |
| DD | App.AvailEnvModes | R | ||
| E4 | App.ClipMode | R/W | X | |
| AD | App.ClipVI | R/W | X | |
| 4F | 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 Pass all command line arguments to application checkbox on the Advanced page of the Application Properties dialog box. Example |
R | X |
| FC | App.CompilerThreshold | 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.
Possible Errors If you set this property to a value greater than 10, this property returns error 1. |
R/W | |
| 101 | App.Compiler.AutoInlining | R/W | X | |
| D9 | App.Compiler.BriefDOT | R/W | X | |
| AF | App.Compiler.DFIRCompiler | R/W | X | |
| C2 | App.Compiler.DOT | R/W | X | |
| 100 | App.Compiler.FP Reg Candidate | R/W | X | |
| CA | App.Compiler.LLVMCompiler | R/W | X | |
| E6 | App.Compiler.SSE Runtime Optimization | R/W | X | |
| EA | App.Compiler.SSE1 Code Generation | R/W | X | |
| EB | App.Compiler.SSE2 Code Generation | R/W | X | |
| C1 | App.Compiler.Sanity | R/W | X | |
| 7A | App.ContextName | R | X | |
| 2A | App.CtrlPalOpen | R/W | ||
| FE | App.CrossCompileCount | R | ||
| 8E | App.CrossContextSettings | R | ||
| EF | App.CurrentEnvMode | 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. | R/W | X |
| BA | App.IsLabVIEWDSC? | R | X | |
| 6A | App.DWarnDialog | R/W | X | |
| 8D | App.DebugName | 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. | R | X |
| 90 | App.DefaultApplication | Returns the default application reference. | R | X |
| 8F | App.DefaultContextName | R | X | |
| 57 | App.DfltDataDir | Path to the default data directory.
You can use this directory to store the data files LabVIEW generates, such as .lvm or .txt files. When you install LabVIEW, the installer creates a LabVIEW Data subdirectory in the default file directory for the operating system to help you organize and locate the data files LabVIEW generates. This property is similar to the Default Data Directory option on the Paths page of the Options dialog box. |
R | X |
| 4E | App.DefaultErrorHandlerVI | R/W | X | |
| 2D | App.DefFileDlgPth | R/W | X | |
| 56 | App.DeferDrawing | R/W | X | |
| 5B | App.DelFPTerm | Returns whether LabVIEW deletes terminals corresponding to front panel objects from diagram operations. | R/W | |
| 19 | App.Dir | Absolute path to the directory where the application is located. | R | X |
| E2 | App.DisablePathCase | R/W | X | |
| 3E | App.DownloadedVIs | R | ||
| 38 | App.EmbExportedPath | R | X | |
| 111 | App.Enable Binary Compatibility Load | R/W | X | |
| 106 | App.Enable Inheritance LinkRef Addition | R/W | X | |
| 107 | App.Enable Inheritance LinkRefs | R/W | X | |
| 112 | App.EnableExcursionFreeExecSystems | R/W | X | |
| 8 | App.ExportedVIs | Returns a list of exported VIs in memory.
This property is similar to the Exported VIs list option in the Exported VIs section on the VI Server page of the Options dialog box. Example |
R | X |
| 67 | App.FullFeature | R | X | |
| 2B | App.FuncPalOpen | R/W | ||
| FF | App.GdiCount | R | ||
| E1 | App.HideLoadWarning | R/W | X | |
| 3A | App.HostPrefsSec | R | X | |
| 113 | App.IgnoreUnresolvedDLLRef | R | X | |
| 114 | App.ImageTableCount | R | X | |
| 110 | App.ImageTableMaxCount | R | X | |
| F5 | App.InstCachePath | R | X | |
| 5F | App.InstalledPackage | R | X | |
| 62 | App.InternetToolkitInstalled | R/W | X | |
| DA | App.IsBuildAppInstance? | R/W | ||
| F6 | App.IsCompileSuppressed | R/W | ||
| 7D | App.IsEditorMDI? | R | X | |
| A6 | App.MigrationEnabled | R/W | ||
| 3 | App.Kind | Indicates the LabVIEW instance the VI is running in, including invalid application types. | R | X |
| 83 | App.LV Target | R | ||
| 63 | App.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. | R | X |
| DC | App.Legacy Build App File Layout | R | X | |
| AA | App.RunWithXNode | R/W | X | |
| F9 | App.LibFinishPartialLoad | R/W | X | |
| E3 | App.LockInstantiationsForAppBuilder | R/W | ||
| FD | App.LockedForBuild | R/W | X | |
| F4 | App.MassCompWarnOnReadOnlyVIs | R/W | ||
| 7F | App.MenuLaunchApp | Returns a reference to the application instance that launched the calling VI from a menu selection.
If the calling VI was not launched from a menu selection, this property returns an error. |
R | X |
| 1D | App.MenuLaunchVI | Returns the name of the VI that launched the calling VI from a menu selection.
If the calling VI was not launched from a menu selection, this property returns an error. |
R | X |
| A4 | App.MultiPwdOpCancelled? | R | ||
| 0 | App.Name | Filename of the application.
This property is similar to the Target filename option on the Information page of the Application Properties dialog box. |
R | X |
| 118 | App.NativeEventTracingEnabled | R/W | X | |
| 97 | App.OnLine | R/W | X | |
| 115 | App.PPL LoadInCompatible LVVersion Default Value | R/W | X | |
| 36 | App.ParWindForDlgs | R/W | X | |
| 39 | App.PrefsFilePth | R | X | |
| 84 | App.Private? | R | X | |
| BE | App.PropMethDataTypes | R | ||
| 66 | App.PumpOSMessages | R/W | X | |
| 59 | App.IsLabVIEWRT? | R | X | |
| 3C | App.RegOrg | R | X | |
| 3B | App.RegOwner | R | X | |
| 45 | App.RemoteWebServerActive | R | X | |
| ED | App.RenameVariablesForAppBuilder | R/W | ||
| 89 | App.SaveFormat | R/W | X | |
| DE | App.SaveVersion | 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. | R | X |
| DF | App.SaveVerLVFmt | R | X | |
| 117 | App.SaveChangesAutoSelection | R/W | ||
| B9 | App.SaveVersions | 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. | R | |
| 58 | App.SearchPaths | R/W | X | |
| 47 | App.SelListChanged | R | X | |
| 103 | App.Selective Deallocation | R/W | X | |
| 104 | App.Selective Deallocation.EnableForAllVIs | R/W | X | |
| 105 | App.Selective Deallocation.LargeBufferThreshold | R/W | X | |
| 3D | App.SerialNo | R | X | |
| 3F | App.ShowFPTipStrips | 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.
This property is similar to the Show tip strips on front panel controls option on the Front Panel page of the Options dialog box. |
R/W | X |
| 102 | App.ShowAutoErrDialog | R/W | X | |
| 5 | App.TargetCPU | Indicates the target CPU of an application. | R | X |
| 8B | App.TargetClassName | R | X | |
| D2 | App.TargetCurrProcID | R | X | |
| D3 | App.TargetCacheEntrySizes | Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains.
|
R | X |
| D4 | App.TargetCacheSizes | Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains.
|
R | X |
| 44 | App.TargetIP | R | X | |
| 54 | App.TargetInfo | R | X | |
| D0 | App.TargetCoresPerPackage | Returns the number of cores per package the computer or target contains.
|
R | X |
| CE | App.TargetNumProcs | Returns the number of processing units the computer or target contains.
This property returns the total number of logical processors, which might be different from the number currently available to LabVIEW. For example, the property includes disabled processors in the number of logical processors it returns.
Use this property to obtain information from a LabVIEW application running on a remote computer or target about the system on which the application runs. LabVIEW returns 1 if you use this property with a target for which the information is not available. |
R | X |
| D1 | App.TargetLogProcsPerCore | Returns the number of logical processors per core the computer or target contains.
|
R | X |
| D5 | App.TargetNumPackages | Returns the number of packages, or chips, the computer or target contains.
|
R | X |
| 4 | App.TargetOS | 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).
The LabVIEW Real-Time Module always returns Phar Lap or VxWorks. |
R | X |
| DB | App.TSOptions | R/W | X | |
| 2C | App.ToolPalOpen | R/W | ||
| 116 | App.Treat LV 2016 As Binary Compatible | R/W | X | |
| EC | App.UDRefnumFiles | R | ||
| 4D | App.UnattendedMode | R/W | X | |
| 51 | App.UseAppTemplateBrowser | R/W | X | |
| 5A | App.UserInterfaceAvailable | 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. | R | X |
| 1 | App.UserName | User name used to open the application. | R/W | X |
| 9E | App.VIOfTopBD | Returns a reference to the block diagram highest in the Z order, which is most likely the last block diagram accessed. | R | X |
| 37 | App.VerLVFmt | R | X | |
| 2 | App.Version | 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 | X |
| D7 | App.VersionYear | 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 | X |
| 109 | App.VersionYearNumberOnly | R | X | |
| 64 | App.WindForPanelOrigin | R/W | X | |
| 96 | App.ZCompressLevel | R/W | X | |
| A7 | ForceEnableCrossLinkDlgs | R/W | X | |
| A8 | SuppressCrosslinkDlgs | R/W | X | |
| 98 | DbgSrvr.Active | Determines whether the Debug Server is enabled. You can use this property only in LabVIEW-built applications or shared libraries. | R/W | X |
| 99 | DbgSrvr.TCPAccess | 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. | R/W | X |
| A2 | Delay File Notifications | R/W | X | |
| 22 | Disp.AllMonitors | Returns information about all the monitors on the computer, including their bit depths and bounding rectangles.
Elements Name Description Bounds Cluster that defines the bounding rectangle of the content area of all the monitors on the computer. Left—The horizontal coordinate of the left edge of the bounding rectangle. Top—The vertical coordinate of the top edge of the bounding rectangle. Right—The horizontal coordinate of the right edge of the bounding rectangle. Bottom—The vertical coordinate of the bottom edge of the bounding rectangle. Depth The bit depth of all the monitors on the computer. |
R | X |
| 21 | Disp.WkSpace | Gives the bounding rectangle of the computer's primary monitor.
Elements Name Description Left The horizontal coordinate of the left edge of the bounding rectangle of the computer's primary monitor. Top The vertical coordinate of the top edge of the bounding rectangle of the computer's primary monitor. Right The horizontal coordinate of the right edge of the bounding rectangle of the computer's primary monitor. Bottom The vertical coordinate of the bottom edge of the bounding rectangle of the computer's primary monitor. |
R | X |
| E0 | GetNXTContext | R | ||
| BB | LoadSaveWarnings.AutoTestMode | R/W | ||
| BC | LoadSaveWarnings.History | R | ||
| A5 | MathScript.AllMInCxt | R | ||
| F1 | MathScript.ColorsInSync | R/W | ||
| E8 | MathScript.Signature | R | ||
| F2 | MathScript.CompilerInMemory | R | ||
| F0 | MathScript.Colors | R | ||
| A3 | MathScript.Path | R | X | |
| 65 | ModHandle | R | X | |
| A0 | NISec.Nobody? | Determines if anyone is logged in. | R | X |
| A1 | NI Sec.UniqueUser | R | X | |
| 7C | NISec.User | Indicates the name of the user who is currently logged in, using the format of \. | R | X |
| BF | OS.BuildNumber | 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.
Note A newer version of an operating system often returns a larger alphanumeric value. |
R | X |
| C6 | OS.DetailedName | 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. | R | X |
| 6 | OS.Name | Name of the operating system where the application is actually running.
Refer to the following for a partial list of operating systems this property might return:
|
R | X |
| 7 | OS.Version | Version number of the actual operating system. | R | X |
| 8C | Options.EditorMenuBar | R | ||
| 6B | Options.UseAbridgedMenus | R/W | ||
| B2 | Palettes.GetCtrlNames | R | ||
| B1 | Palettes.GetFuncNames | R | ||
| 4B | Pr.Printers | Returns an alphabetized array of printer names available on the computer.
Note This property is available only on Windows. This property is similar to the System Configured Printers output of the Query Available Printers VI. |
R | X |
| 48 | Pr.Color/Grayscale? | R/W | X | |
| 29 | Pr.CustAllCtls? | 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.
This property does not affect the image of the front panel, just the list of controls and indicators in the generated documentation. This property is similar to the All controls and Connected controls options on the VI Documentation page of the Print dialog box. |
R/W | |
| E7 | Pr.CustClustConsts? | 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.
This property is similar to the Iconified Cluster Constants option on the VI Documentation page of the Print dialog box. |
R/W | |
| C | Pr.CustConn? | Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods.
This property is similar to the Icon and connector pane option on the VI Documentation page of the Print dialog box. |
R/W | |
| 11 | Pr.CustCtlDesc? | Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods.
This property is similar to the Descriptions option on the VI Documentation page of the Print dialog box. |
R/W | |
| 93 | Pr.CustLabelCap | 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. | R/W | |
| 12 | Pr.CustCtlType? | Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods.
This property is similar to the Data type information option on the VI Documentation page of the Print dialog box. |
R/W | |
| 10 | Pr.CustCtl? | Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods.
This property does not affect the image of the front panel, just the list of controls and indicators in the generated documentation. This property is similar to the Controls checkbox on the VI Documentation page of the Print dialog box. |
R/W | |
| D | Pr.CustDesc? | Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods.
This property is similar to the Description option on the VI Documentation page of the Print dialog box. |
R/W | |
| 14 | Pr.CustDiagHidden? | 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.
This property is similar to the Hidden frames option on the VI Documentation page of the Print dialog box. |
R/W | |
| 15 | Pr.CustDiagRepeat? | 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.
This property is similar to the Ordered (Repeat from higher level if nested) option on the VI Documentation page of the Print dialog box. |
R/W | |
| 13 | Pr.CustDiag? | Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods.
This property is similar to the Block diagram option on the VI Documentation page of the Print dialog box. |
R/W | |
| 5C | Pr.CustExpressVIConfig? | 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.
This property is similar to the Express VI configuration information checkbox on the VI Documentation page of the Print dialog box. |
R/W | |
| 17 | Pr.CustHier? | Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods.
This property is similar to the VI hierarchy option on the VI Documentation page of the Print dialog box. |
R/W | |
| 18 | Pr.CustHist? | Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods.
This property is similar to the VI revision history option on the VI Documentation page of the Print dialog box. |
R/W | |
| 16 | Pr.CustSubVIs? | 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.
This property is similar to the List of subVIs and Express VIs option on the VI Documentation page of the Print dialog box. |
R/W | |
| F | Pr.CustPanelBrdr? | Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods.
This property is similar to the Surround front panel with border option on the Print Options page of the VI Properties dialog box and the Surround panel with border option on the Printer page of the Print dialog box. |
R/W | |
| E | Pr.CustPanel? | Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods.
This property is similar to the Front panel option on the VI Documentation page of the Print dialog box. |
R/W | |
| 49 | Pr.DefaultPrinter | Gets or sets the name of the default printer in LabVIEW.
To set the default printer, enter the full path to the printer, such as \\myprinter\ab01. Note This property is available only on Windows. This property is similar to the Default Printer output of the Query Available Printers VI. |
R/W | X |
| 9 | 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. | R/W | |
| B | 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. | R/W | |
| 4A | Pr.Method | Gets or sets how LabVIEW prints.
This property is similar to the Standard printing, PostScript printing, and Bitmap printing options on the Printing page of the Options dialog box. |
R/W | X |
| A | Pr.PNGCmpLvl | 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. | R/W | |
| 92 | Project.ActiveProject | 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. | R | |
| 81 | Project.DefaultProject | R | ||
| 87 | Project.GetLastMaxLoadTime | R | X | |
| 82 | Project.HasAnyProjBeenCreated | R | X | |
| 88 | [[Application class/Project.Libraries[] property|Project.Libraries[]]] | R | ||
| 7E | Project.OwningProject | Returns a reference to the project that owns the referenced application. | R | |
| 69 | [[Application class/Project.Projects[] property|Project.Projects[]]] | Returns an array of references to each LabVIEW project in memory. You can use these references with the Project properties. | R | X |
| 85 | ShowPathInProjectWindow | R/W | X | |
| 86 | Project.TargetItem | Returns the associated target item of the application reference you specify. | R | X |
| 41 | RemotePanel.ConnToClients | Returns an array of clusters containing connection information about the clients currently connected to the computer.
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. This property is similar to the Total Network Traffic option on the Remote Panel Connection Manager dialog box. Elements Name Description VI Name 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. Remote IP address of the client. UserName LabVIEW user name of the client connected to the server computer. Port Port number currently being used by the client computer. Status An enumeration type that specifies the controlling status of the connection. Create Time A time stamp that specifies in seconds when the connection was created. Status Time A time stamp that specifies in seconds when the client changed to its current connection status. Control End Time 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 Options dialog box. |
R | X |
| 42 | RemotePanel.ConnToServers | Returns an array of clusters containing connection information about the servers to which the computer is currently connected.
Elements Name Description VI Name 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. Remote IP address of the server to which you are connected. UserName Your current LabVIEW user name. Port Port number currently being used by the server computer. Status An enumeration type that specifies the controlling status of the connection. Create Time A time stamp that specifies in seconds when the connection was created. Status Time A time stamp that specifies in seconds when the server changed to its current connection status. Control End Time 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 Options dialog box. Use the Remote Panel:Open Connection To Server method to open a connection to a server. |
R | X |
| 5E | RemotePanel.IsSupported | R | X | |
| 43 | RemotePanel.NetLoadMonitor | R/W | X | |
| 9F | RunReserveXIface | R/W | X | |
| 9D | SFP.App | R | X | |
| FB | SeparateCompCodeForNewFiles | R | ||
| 27 | Srvr.LogEnabled | Specifies whether the TCP interface to the VI Server is logging operations to a file.
If you do not wire the Property Node reference input, LabVIEW uses the application instance for the calling VI. |
R/W | X |
| 28 | Srvr.LogPath | Path of the log file created during TCP/IP communication.
If you do not wire the Property Node reference input, LabVIEW uses the application instance for the calling VI. |
R/W | X |
| 5D | Srvr.Port | Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application.
If you do not wire the Property Node reference input, LabVIEW uses the application instance for the calling VI. This property is similar to the Port option in the Protocols section on the VI Server page on the Options dialog box. |
R/W | X |
| 94 | Srvr.ServiceName | Gets or sets the service name for the LabVIEW VI Server.
This property is similar to the Service name option on the VI Server page of the Options dialog box. |
R/W | X |
| 20 | Srvr.TCPActive | Specifies whether the TCP interface to the VI Server is currently accepting connections.
If the Property Node reference input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance. |
R/W | X |
| 1B | Srvr.TCPAccess | List that describes which TCP/IP addresses of remote clients may access the VI server.
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 reference input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance. This property is similar to the Machine access list option in the Machine access section on the VI Server page of the Options dialog box. Example |
R/W | X |
| 1A | 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 reference input is unwired, LabVIEW gets or sets the VI server port for the calling VI application instance. This property is similar to the Exported VIs list option in the Exported VIs section on the VI Server page of the Options dialog box. Example |
R/W | X |
| 6E | SCC.ConfigData | R/W | X | |
| 71 | SCC.DispOnlySelectedFiles | R/W | X | |
| 74 | SCC.DispWarnIfChkdOut | R/W | X | |
| 9C | SCC.IncludeInstrLibInGetDependents | R/W | X | |
| 9B | SCC.IncludeVILibInGetDependents | R/W | X | |
| 77 | SCC.PromptToAddToSCC | R/W | X | |
| 76 | SCC.PromptToCheckOut | R/W | X | |
| 70 | SCC.ProvLoc | R/W | X | |
| 6F | SCC.ProvName | R/W | X | |
| 73 | SCC.SelectCallersOnChkOut | R/W | X | |
| 72 | SCC.SelectHierarchyOnAdd | R/W | X | |
| 75 | SCC.UseDlgBoxForChkOut | R/W | X | |
| B7 | Statechart.CodeGenCaseStruct | R/W | X | |
| BD | Statechart.InlineTopLevelGraph | R/W | X | |
| EE | Statechart.IsInstalled | R | X | |
| B4 | Statechart.Config | R | X | |
| B3 | Statechart.CustomIcon | R | X | |
| B8 | Statechart.ShowPathIsIn | R | X | |
| A9 | SuppressAutoUpdateDependencies | R/W | X | |
| B0 | SupressUpdateNamePreflight | R/W | X | |
| AE | App.ToolNumber | R/W | X | |
| F3 | VIObjCache.Available in RTE | R/W | X | |
| F7 | VIObjCache.DistPath | R | ||
| F8 | VIObjCache.UserPath | R | ||
| B5 | WebSrvr.ConfigFile | The path of the LabVIEW Web Server configuration file. | R | X |
| B6 | WebSrvr.DefConfigFile | The path of the Web Server configuration file that contains the LabVIEW default configuration. | R | X |
| 30 | WebSrvr.Port | The port to which the built-in Web Server listens for HTTP requests.
This property is similar to the HTTP Port option on the Web Server page of the Options dialog box. |
R/W | X |
| 32 | WebSrvr.LogEnabled | Determines whether the built-in Web Server logs to a file information about HTTP requests.
This property is similar to the Use Log File option on the Web Server page of the Options dialog box. |
R/W | X |
| 33 | WebSrvr.LogPath | Determines where the built-in Web Server places the log file.
This property is similar to the Log File Path option on the Web Server page of the Options dialog box. |
R/W | X |
| 31 | 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 Timeout option on the Web Server page of the Options dialog box. |
R/W | X |
| 2F | WebSrvr.RootPath | Specifies the root directory from which the built-in Web Server loads files for document requests.
This property is similar to the Root Directory option on the Web Server page of the Options dialog box. |
R/W | X |
| 2E | 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 Enable Remote Panel Server 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 |
| 34 | 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 -.
This property is similar to the Web Server page of the Options dialog box. |
R/W | X |
| 35 | 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 +.
Note 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 |
Methods
Show/Hide Application Methods Table
| Method ID | Data Name | Short Name | Long Name | RTE | B | S | P | D |
|---|---|---|---|---|---|---|---|---|
| 80d | .NET.Convert Obj To LV Variant | .NET.Convert Obj To LV Variant | .NET:Convert Object To LabVIEW Variant | X | X | |||
| 80c | .NET.Convert To .NET Type | .NET.Convert To .NET Type | .NET:Convert To .NET Type | X | X | |||
| 80b | .NET.Get Assembly Full Name | .NET.Get Assembly Full Name | .NET:Get Assembly Full Name | X | ||||
| 883 | .NET.Load Assembly | .NET.Load Assembly | .NET:Load Assembly To ObjMgr | X | X | |||
| 807 | Add Probe To Cache | Add Probe To Cache | Add Probe To Cache | X | X | |||
| 870 | Add To MRU | Add To MRU | Add To Most Recently Used List | X | X | |||
| 910 | AllowScripting | AllowScripting | Allow Scripting | X | X | X | ||
| 997 | IsGlobalBackwardCompatibleLoadEnabled | IsGlobalBackwardCompatibleLoadEnabled | BCRTE:IsGlobalBackwardCompatibleLoadEnabled | X | X | |||
| 996 | SetGlobalBackwardCompatibleLoadEnabled | SetGlobalBackwardCompatibleLoadEnabled | BCRTE:SetGlobalBackwardCompatibleLoadEnabled | X | X | |||
| 88b | BitAccurateDataSizeForType | BitAccurateDataSizeForType | Bit Accurate Data Size For Type | X | X | X | ||
| 7de | Bring To Front | Bring To Front | Bring To Front | X | X | |||
| 7fb | Browse DataSocket | Browse DataSocket | Browse DataSocket | X | X | |||
| 7e0 | Build.Application | Build.Application | Build:Application | X | ||||
| 994 | Build.BCRTEEnabledPackedLibrary | Build.BCRTEEnabledPackedLibrary | Build:BCRTEEnabledPackedLibrary | X | ||||
| 7e1 | Build.Distribution | Build.Distribution | Build:Distribution | 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 Class Name From Class ID | X | X | |||
| 95a | GetEnvModeDisplayName | GetEnvModeDisplayName | Get Environment Mode Display Name | X | X | |||
| 946 | GetEnvModePath | GetEnvModePath | Get Environment Mode Settings Path | X | ||||
| 909 | Get Global Dependency Data | Get Global Dependency Data | Get Global Dependency Data | X | X | |||
| 943 | GetInstantiationConPaneFromCache | GetInstantiationConPaneFromCache | Get Instantiation ConPane From Cache | X | ||||
| 979 | GetInstantiationVIPath | GetInstantiationVIPath | Get Instantiation VI Path | X | X | |||
| 836 | Get Shell Icon Of File | Get Shell Icon Of File | Get Shell Icon Of File | X | X | |||
| 938 | Get Hier Img Scaled | Get Hier Img Scaled | Get VI Hierarchy Image Scaled | X | X | |||
| 989 | Get VI.Bookmarks | Get VI.Bookmarks | Get VI:Bookmarks | X | X | |||
| 97f | Get VI.CompiledForCurrent | Get VI.CompiledForCurrent | Get VI:Compiled For Current | X | ||||
| 99c | Get VI.ConPane CRC Ignore DD v2 | Get VI.ConPane CRC Ignore DD v2 | Get VI:ConPane CRC Ignore Dynamic Dispatch v2 | X | X | |||
| 99b | Get VI.ConPane CRC v3 | Get VI.ConPane CRC v3 | Get VI:ConPane CRC v3 | X | X | |||
| 91a | Get VI.ConPane DataType | Get VI.ConPane DataType | Get VI:ConPane DataType | X | X | |||
| 806 | Get VI.Description | Get VI.Description | Get VI:Description | X | X | |||
| 947 | Get VI Editor Version | Get VI Editor Version | Get VI:Editor Version | X | X | |||
| 98d | Get VI.GetPrimDeps | Get VI.GetPrimDeps | Get VI:Get Prim Dependency Flags | X | X | |||
| 990 | Get VI.Help Info | Get VI.Help Info | Get VI:Help Info | X | X | |||
| 88c | Get VI.Icon | Get VI.Icon | Get VI:Icon | X | X | |||
| 97e | Get VI.Is Global | Get VI.Is Global | Get VI:Is Global | X | ||||
| 860 | Get VI.Is Probe | Get VI.Is Probe | Get VI:Is Probe | X | ||||
| 948 | Get VI.Qualified Name | Get VI.Qualified Name | Get VI:Qualified Name | X | X | |||
| 886 | Get VI.Revision History | Get VI.Revision History | Get VI:Revision History | X | X | |||
| 805 | Get VI.Title | Get VI.Title | Get VI:Title | X | X | |||
| 7f9 | Get VI Version | Get VI Version | Get VI:Version | X | X | |||
| 970 | Get Compiled Object File | Get Compiled Object File | GetCompiledObjectFile | X | X | |||
| 841 | Global Data.Free | Global Data.Free | Global Data:Free | X | X | |||
| 840 | Global Data.Get | Global Data.Get | Global Data:Get | X | X | |||
| 83f | Global Data.Set | Global Data.Set | Global Data:Set | X | X | |||
| 862 | GetDataTypeHelpImage | GetDataTypeHelpImage | Help Image:Get Data Type Help Image | X | ||||
| 868 | Get Func Help Image | Get Func Help Image | Help Image:Get Function Context Help Image | X | ||||
| 7da | History Since | History Since | History Since | X | ||||
| 82c | I/O Ctrl.Get Name Attributes | I/O Ctrl.Get Name Attributes | I/O Control:Get Name Attributes | X | X | |||
| 82b | I/O Ctrl.Get Names | I/O Ctrl.Get Names | I/O Control:Get Names | X | X | |||
| 80a | Image Data To Byte Array | Image Data To Byte Array | Image Data To Byte Array | X | X | |||
| 964 | Install Adjacent Cache | Install Adjacent Cache | Install Adjacent Cache | X | ||||
| 90a | Invalidate Depdendency File Info | Invalidate Depdendency File Info | Invalidate Depdendency File Info | X | X | |||
| 7e4 | LVRT.Check DLLs | LVRT.Check DLLs | LVRT:Check DLLs | X | ||||
| 7e3 | Disconnect From Slave | Disconnect From Slave | LVRT:Disconnect From Slave | X | ||||
| 961 | LVRT.Get LibP Sigs | LVRT.Get LibP Sigs | LVRT:Get Packed Library Signatures | X | ||||
| 872 | LVRT.Transfer Files | LVRT.Transfer Files | LVRT:Transfer Files To Target | X | ||||
| 859 | LVRT.Unload Startup App | LVRT.Unload Startup App | LVRT:Unload Startup App | X | ||||
| 98b | All Methods Of LVClass | All Methods Of LVClass | LabVIEW Class:All Methods of LVClass | X | X | |||
| 88f | LVClass.Create | LVClass.Create | LabVIEW Class:Create | X | ||||
| 98c | LVClass Implementing VI Path | LVClass Implementing VI Path | LabVIEW Class:Get Implementing VI Path | X | X | |||
| 88e | LVClass.Open | LVClass.Open | LabVIEW Class:Open | X | ||||
| 956 | Release LV Class Cookies | Release LV Class Cookies | LabVIEW Class:Release LV Class Cookies | X | X | |||
| 826 | Library.Create | Library.Create | Library:Create | X | ||||
| 895 | Library.Deploy Libraries | Library.Deploy Libraries | Library:Deploy Libraries | X | X | |||
| 849 | Library.Deploy Library | Library.Deploy Library | Library:Deploy Library | X | X | |||
| 86e | Library.GetFileLVVersion | Library.GetFileLVVersion | Library:Get File LabVIEW Version | X | X | |||
| 935 | Library.Get Ref By Qualified Name | Library.Get Ref By Qualified Name | Library:Get Ref By Qualified Name | X | X | |||
| 982 | Library.Has Shared Variables | Library.Has Shared Variables | Library:Has Shared Variables | X | ||||
| 95d | Library.IsOpenedInAnyContext | Library.IsOpenedInAnyContext | Library:Is Opened In Any Context | X | ||||
| 825 | Library.Open | Library.Open | Library:Open | X | X | |||
| 89a | Library.OpenAsUntitled | Library.OpenAsUntitled | Library:OpenAsUntitled | X | ||||
| 92f | Library.Undeploy Libraries | Library.Undeploy Libraries | Library:Undeploy Libraries | X | X | |||
| 84e | Library.UndeployLibrary | Library.UndeployLibrary | Library:Undeploy Library | X | X | |||
| 820 | License.Check In | License.Check In | License:Check In | X | X | |||
| 81f | License.Check Out | License.Check Out | License:Check Out | X | X | |||
| 92d | License.Get Feature Activators | License.Get Feature Activators | License:Get Feature Activators | X | X | |||
| 848 | License.Get Feature Status | License.Get Feature Status | License:Get Feature Status | X | X | |||
| 83a | License.Get Licensed Version | License.Get Licensed Version | License:Get Licensed Version | X | X | |||
| 816 | Linker.Notify of File Change | Linker.Notify of File Change | Linker:Notify of File Change | X | X | |||
| 89c | Linker.Read Info From File | Linker.Read Info From File | Linker:Read Info From File | X | ||||
| 998 | Linker.Read Info From File Exclude LVRT Shipped Libs | Linker.Read Info From File Exclude LVRT Shipped Libs | Linker:Read Info From File Exclude LVRT Shipped Libs | X | ||||
| 843 | Linker.Write Info To File | Linker.Write Info To File | Linker:Write Info To File | X | ||||
| 7d5 | Mass Compile | Mass Compile | Mass Compile | X | ||||
| 918 | CheckMathScriptWatchedPaths | CheckMathScriptWatchedPaths | MathScript:Check Watched Paths | X | X | |||
| 937 | LoadMSCompiler | LoadMSCompiler | MathScript:Load MathScript Compiler | X | ||||
| 980 | LoadMSCompilerComponent | LoadMSCompilerComponent | MathScript:Load MathScript Compiler Component | X | ||||
| 945 | LocateMSTargetSyntaxVI | LocateMSTargetSyntaxVI | MathScript:Locate Math Script Target Syntax VI | X | ||||
| 991 | DSObserverCmd | DSObserverCmd | Memory Profiling:DSObserver Command | X | X | |||
| 981 | Refresh Menus | Refresh Menus | Menus:Refresh | X | ||||
| 933 | Move VIs | Move VIs | Move VIs | X | X | |||
| 903 | MultiPwdPromptOperation.Begin | MultiPwdPromptOperation.Begin | Multi Pwd Prompt Operation:Begin | X | X | |||
| 904 | MultiPwdPromptOperation.End | MultiPwdPromptOperation.End | Multi Pwd Prompt Operation:End | X | X | |||
| 84b | NI Sec.ChangePassword | NI Sec.ChangePassword | NI Security:Change Password | X | X | |||
| 82a | NI Security.Get Access Rights | NI Security.Get Access Rights | NI Security:Get Access Rights | X | X | |||
| 84c | NI Sec.GetDomains | NI Sec.GetDomains | NI Security:Get Domains | X | X | |||
| 829 | NI Security.Invoke Login Dialog | NI Security.Invoke Login Dialog | NI Security:Invoke Login Dialog | X | X | |||
| 827 | NI Security.Login | NI Security.Login | NI Security:Login | X | X | |||
| 828 | NI Security.Logout | NI Security.Logout | NI Security:Logout | X | X | |||
| 865 | NI Security.SVE Login | NI Security.SVE Login | NI Security:Shared Variable Engine Login | X | X | |||
| 866 | NI Security.SVE Logout | NI Security.SVE Logout | NI Security:Shared Variable Engine Logout | X | X | |||
| 867 | NI Security.SVE User | NI Security.SVE User | NI Security:Shared Variable Engine User | X | X | |||
| 949 | OpenVIInNXTContext | OpenVIInNXTContext | NXT:Open VI In Context | X | ||||
| 941 | UpdateNXTContextName | UpdateNXTContextName | NXT:Update Context Name | X | ||||
| 99a | NativeEventTracingSetup | NativeEventTracingSetup | NativeEventTracing:Setup | X | X | |||
| 7ff | New LabVIEW Document | New LabVIEW Document | New LabVIEW Document | X | ||||
| 88d | Notify LV SCC Enabled | Notify LV SCC Enabled | Notify LV SCC Enabled | X | X | |||
| 986 | Object Manager:Get Classes | Object Manager:Get Classes | Object Manager:Get Classes | X | X | |||
| 985 | Object Manager:Get Managers | Object Manager:Get Managers | Object Manager:Get Managers | X | X | |||
| 987 | Object Manager:Get Properties | Object Manager:Get Properties | Object Manager:Get Properties | X | X | |||
| 988 | Object Manager:Show Help | Object Manager:Show Help | Object Manager:Show Help | X | X | |||
| 81b | Open.LV Document | Open.LV Document | Open:LabVIEW Document | X | ||||
| 919 | Open.LV Documents | Open.LV Documents | Open:LabVIEW Documents | X | ||||
| 830 | Open.Recently Opened File | Open.Recently Opened File | Open:Recently Opened File | X | X | |||
| 854 | Open.Recently Opened Project | Open.Recently Opened Project | Open:Recently Opened Project | X | X | |||
| 90d | OpenVIAsSystemVI | OpenVIAsSystemVI | Open:VI As System VI | X | X | |||
| 901 | OpenVIAsTemplate | OpenVIAsTemplate | Open:VI As Template | X | X | |||
| 962 | Open.VI Without Refees | Open.VI Without Refees | Open:VI Without Refees | X | X | |||
| 992 | OpenBinaryLibrary | OpenBinaryLibrary | OpenBinaryLibrary | X | X | |||
| 95f | Packed Library.Enable Caching | Packed Library.Enable Caching | Packed Library:Enable Caching | X | X | |||
| 95c | Packed Library.Get Exported File List | Packed Library.Get Exported File List | Packed Library:Get Exported File List | X | X | |||
| 995 | PackedLibrary.IsLoadableInBinaryCompatibleLV | PackedLibrary.IsLoadableInBinaryCompatibleLV | Packed Library:Is Packed Library Loadable In Binary Compatible LabVIEW | X | X | |||
| 930 | Close All Palettes | Close All Palettes | Palettes:Close All Palettes | X | ||||
| 966 | Force Finsh Load All Palettes | Force Finsh Load All Palettes | Palettes:Force Finsh Load All Palettes | X | ||||
| 80e | Get Pal Menu Info | Get Pal Menu Info | Palettes:Get Menu Information | X | ||||
| 94c | Get Pal Item Icon | Get Pal Item Icon | Palettes:Get Palette Item Icon | X | ||||
| 959 | Get Pal Item Path | Get Pal Item Path | Palettes:Get Palette Item Path | X | X | |||
| 965 | Get Palette Statistics | Get Palette Statistics | Palettes:Get Palette Statistics | X | ||||
| 861 | Refresh Palettes | Refresh Palettes | Palettes:Refresh | X | ||||
| 801 | Pwd.Add To Cache | Pwd.Add To Cache | Password:Add To Cache | X | X | |||
| 800 | Pwd.Clear Cache | Pwd.Clear Cache | Password:Clear Cache | X | X | |||
| 858 | Pwd.Del From Cache | Pwd.Del From Cache | Password:Delete From Cache | X | X | |||
| 94b | App.PrepareToLoadFiles | App.PrepareToLoadFiles | Prepare to Load Files | X | X | |||
| 7d0 | Print.Function To Printer | Print.Function To Printer | Print:Function To Printer | X | ||||
| 94e | CreateProbeVIFromVariant | CreateProbeVIFromVariant | Probes:Create Probe VI From Variant | X | X | |||
| 94f | GetProbePathListFromVariant | GetProbePathListFromVariant | Probes:Get Probe Path List From Variant | X | X | |||
| 893 | Project.Close Refs | Project.Close Refs | Project:Close Refs | X | X | |||
| 818 | Project.Do New Item | Project.Do New Item | Project:Do New Item | X | ||||
| 90f | Project.DoingAutosaveRecovery | Project.DoingAutosaveRecovery | Project:Doing Auto Save Recovery | X | X | |||
| 954 | Project.GetFileLVVersion | Project.GetFileLVVersion | Project:Get File LabVIEW Version | X | X | |||
| 837 | Project.Get Icon Of Type | Project.Get Icon Of Type | Project:Get Icon Of Type | X | X | |||
| 817 | Project.Get New Items | Project.Get New Items | Project:Get New Items | X | X | |||
| 835 | Project.Load Default Project | Project.Load Default Project | Project:Load Default Project | X | X | |||
| 814 | Project.New | Project.New | Project:New | X | ||||
| 97b | Project.NewWithPrompts | Project.NewWithPrompts | Project:New with Prompts | X | ||||
| 813 | Project.Open | Project.Open | Project:Open | X | X | |||
| 999 | Project.Open And Suppress Source-Only | Project.Open And Suppress Source-Only | Project:Open And Suppress Source-Only | X | ||||
| 899 | Project.OpenAsUntitled | Project.OpenAsUntitled | Project:Open As Untitled | X | ||||
| 871 | Project.OpenPrivCtxts | Project.OpenPrivCtxts | Project:Open With Private Contexts | X | X | |||
| 90b | Project.Register Debug VI | Project.Register Debug VI | Project:Register Debug VI | X | X | |||
| 82f | Project.Reg Proj Ref For Cleanup Proc | Project.Reg Proj Ref For Cleanup Proc | Project:Register Proj Ref For Cleanup Proc | X | ||||
| 90c | Project.Simulate File Open | Project.Simulate File Open | Project:Simulate File Open | X | X | |||
| 7e7 | Query Internal Operation Tracking Data | Query Internal Operation Tracking Data | Query Internal Operation Tracking Data | X | X | |||
| 81c | RecentOpen.LV Files | RecentOpen.LV Files | Recently Opened:LV Files | X | ||||
| 853 | RecentOpen.LVProjects | RecentOpen.LVProjects | Recently Opened:LV Projects | X | ||||
| 7f2 | RP.Client Network Load | RP.Client Network Load | Remote Panel:Client Network Load | X | X | |||
| 804 | RP.Client Release Control | RP.Client Release Control | Remote Panel:Client Release Control | X | X | |||
| 803 | RP.Client Request Control | RP.Client Request Control | Remote Panel:Client Request Control | X | X | |||
| 802 | RP.Close Connection To Server | RP.Close Connection To Server | Remote Panel:Close Connection To Server | X | X | |||
| 7f1 | RP.Open Connection To Server | RP.Open Connection To Server | Remote Panel:Open Connection To Server | X | X | |||
| 7ee | RP.Server Network Load | RP.Server Network Load | Remote Panel:Server Network Load | X | X | |||
| 97c | ResetCrossCompileCount | ResetCrossCompileCount | Reset Cross Compile Count | X | ||||
| 969 | Restart | Restart | Restart | X | X | |||
| 955 | Save All | Save All | Save All | X | X | |||
| 84d | Save Stock Objects | Save Stock Objects | Save Stock Objects | X | ||||
| 877 | Scene.Drawable.Geometry.New Box | Scene.Drawable.Geometry.New Box | Scene:Drawable:Geometry:New Box | X | X | |||
| 878 | Scene.Drawable.Geometry.New Cone | Scene.Drawable.Geometry.New Cone | Scene:Drawable:Geometry:New Cone | X | X | |||
| 879 | Scene.Drawable.Geometry.New Cylinder | Scene.Drawable.Geometry.New Cylinder | Scene:Drawable:Geometry:New Cylinder | X | X | |||
| 87a | Scene.Drawable.Geometry.New Height Field | Scene.Drawable.Geometry.New Height Field | Scene:Drawable:Geometry:New Height Field | X | X | |||
| 87c | Scene.Drawable.Geometry.New Mesh | Scene.Drawable.Geometry.New Mesh | Scene:Drawable:Geometry:New Mesh | X | X | |||
| 87b | Scene.Drawable.Geometry.New Sphere | Scene.Drawable.Geometry.New Sphere | Scene:Drawable:Geometry:New Sphere | X | X | |||
| 900 | Scene.Drawable.New Text | Scene.Drawable.New Text | Scene:Drawable:New Text | X | X | |||
| 87e | Scene.New Clip Plane | Scene.New Clip Plane | Scene:New Clip Plane | X | X | |||
| 889 | Scene.New Light | Scene.New Light | Scene:New Light | X | X | |||
| 873 | Scene.New Object | Scene.New Object | Scene:New Object | X | X | |||
| 874 | Scene.New Texture | Scene.New Texture | Scene:New Texture | X | X | |||
| 87f | Scene.New Window | Scene.New Window | Scene:New Window | X | X | |||
| 881 | Scene.Read Scene File | Scene.Read Scene File | Scene:Read Scene File | X | X | |||
| 880 | Scene.Write Scene File | Scene.Write Scene File | Scene:Write Scene File | X | X | |||
| 93a | SearchCloseSession | SearchCloseSession | Search:Close Session | X | ||||
| 93c | SearchInitSession | SearchInitSession | Search:Init Session | X | ||||
| 93b | SearchLoadPlugin | SearchLoadPlugin | Search:Load Plugin | X | ||||
| 939 | SearchOpenSession | SearchOpenSession | Search:Open Session | X | ||||
| 93e | SearchSyncSearchForQD | SearchSyncSearchForQD | Search:Sync Search For QD | X | ||||
| 93d | SearchSyncSearch | SearchSyncSearch | Search:SyncSearch | X | ||||
| 888 | Sig.GetSignatureFromVIFile | Sig.GetSignatureFromVIFile | Signature:Get Signature From VI File | X | X | |||
| 887 | Sig.GetUserCodeGUIDFromVIFile | Sig.GetUserCodeGUIDFromVIFile | Signature:Get User Code GUID From VI File | X | X | |||
| 960 | Simulation.GetParamOffsets | Simulation.GetParamOffsets | Simulation:Get Parameter Offsets | X | X | |||
| 898 | Statechart.Create | Statechart.Create | Statechart:Create | X | ||||
| 897 | Statechart.Open | Statechart.Open | Statechart:Open | X | ||||
| 90e | Statechart.Open Private | Statechart.Open Private | Statechart:Open Private | X | X | |||
| 914 | Symbols.GetValue | Symbols.GetValue | Symbols:Get Value | X | ||||
| 890 | SyncEverything | SyncEverything | Synchronize Everything | X | X | |||
| 85b | Tag.Get Tag | Tag.Get Tag | Tag:Get Tag | X | X | |||
| 85d | Tag.Remove All Tags | Tag.Remove All Tags | Tag:Remove All Tags | X | X | |||
| 85e | Tag.Remove Tag | Tag.Remove Tag | Tag:Remove Tag | X | X | |||
| 85c | Tag.Set Tag | Tag.Set Tag | Tag:Set Tag | X | X | |||
| 884 | Get VI Tag | Get VI Tag | Tag:VI:Get VI Tag | X | X | |||
| 896 | Get VI Tag Names | Get VI Tag Names | Tag:VI:Get VI Tag Names | X | X | |||
| 885 | Set VI Tag | Set VI Tag | Tag:VI:Set VI Tag | X | ||||
| 972 | TracingTimerEnable | TracingTimerEnable | Tracing Timer Enable | X | ||||
| 973 | TracingTimerHarvestLogAndReset | TracingTimerHarvestLogAndReset | Tracing Timer Harvest Log And Reset | X | ||||
| 869 | TD.AddPathInfo | TD.AddPathInfo | Type Descriptor:Add Path Info | X | X | |||
| 86a | TD.CleanPathInfo | TD.CleanPathInfo | Type Descriptor:Clean Path Info | X | X | |||
| 86f | TD.HasCompletePathInfo | TD.HasCompletePathInfo | Type Descriptor:Has Complete Path Info | X | X | |||
| 86b | TD.RecTypedefDisconnect | TD.RecTypedefDisconnect | Type Descriptor:Recursive Typedef Disconnect | X | X | |||
| 88a | Update Launch Message | Update Launch Message | Update Launch Message | X | X | |||
| 924 | UI:Abort Merge VIs | UI:Abort Merge VIs | User Interaction:Abort Merge VIs | X | ||||
| 7d6 | UI.Cmp VIs | UI.Cmp VIs | User Interaction:Compare VIs | X | ||||
| 983 | UI.Cmp VIs XML | UI.Cmp VIs XML | User Interaction:Compare VIs XML | X | ||||
| 931 | UI.Edit Icon | UI.Edit Icon | User Interaction:Edit Icon | X | ||||
| 7fd | UI.Hilight Pal Menu Item | UI.Hilight Pal Menu Item | User Interaction:Hilight Palette Menu Item | X | ||||
| 81a | UI.Invoke Menu Item | UI.Invoke Menu Item | User Interaction:Invoke Menu Item | X | X | |||
| 839 | UI.Invoke Prefs Dlg | UI.Invoke Prefs Dlg | User Interaction:Invoke Preferences Dialog | X | X | |||
| 92b | UI:Merge Clean Up Context | UI:Merge Clean Up Context | User Interaction:Merge Clean Up Context | X | ||||
| 92a | UI:Merge Close Library | UI:Merge Close Library | User Interaction:Merge Close Library | X | ||||
| 928 | UI:Merge Close VI | UI:Merge Close VI | User Interaction:Merge Close VI | X | ||||
| 927 | UI:Merge Cross Load VI | UI:Merge Cross Load VI | User Interaction:Merge Cross Load VI | X | ||||
| 929 | UI:Merge Load Library | UI:Merge Load Library | User Interaction:Merge Load Library | X | ||||
| 92e | UI:Merge Load Refees | UI:Merge Load Refees | User Interaction:Merge Load Refees | X | ||||
| 925 | UI:Merge Load VI | UI:Merge Load VI | User Interaction:Merge Load VI | X | ||||
| 92c | UI:Merge Save Library | UI:Merge Save Library | User Interaction:Merge Save Library | X | ||||
| 926 | UI:Merge Save VI | UI:Merge Save VI | User Interaction:Merge Save VI | X | ||||
| 894 | UI.Merge VIs | UI.Merge VIs | User Interaction:Merge VIs | X | ||||
| 93f | UI.PlaceObjectOnCursor | UI.PlaceObjectOnCursor | User Interaction:Place Object On Cursor | X | ||||
| 7fa | UI.PlacePaletteObjOnCursor | UI.PlacePaletteObjOnCursor | User Interaction:Place Palette Object on Cursor | X | ||||
| 940 | UI.Drop Proj Item Copy | UI.Drop Proj Item Copy | User Interaction:Place Project Item On Cursor | X | ||||
| 81d | UI.Search LabVIEW Help | UI.Search LabVIEW Help | User Interaction:Search LabVIEW Help | X | ||||
| 7f4 | UI.Show Inplaceness Terminals | UI.Show Inplaceness Terminals | User Interaction:Show Inplaceness Terminals | X | ||||
| 98f | UI.ShowPaletteObjContextHelp | UI.ShowPaletteObjContextHelp | User Interaction:Show Palette Object Context Help | X | ||||
| 855 | VIs Strings.Export | VIs Strings.Export | VIs Strings:Export | X | ||||
| 857 | VIs Strings.Export Private | VIs Strings.Export Private | VIs Strings:Export Private | X | ||||
| 856 | VIs Strings.Import | VIs Strings.Import | VIs Strings:Import | X | X | |||
| 917 | WebSrvr.Conf | WebSrvr.Conf | Web Server:Configure | X | X | |||
| 831 | XControl.Create | XControl.Create | XControl:Create | X | ||||
| 833 | XControl.Open | XControl.Open | XControl:Open | X | ||||
| 832 | XNode.Create | XNode.Create | XNode:Create | X | ||||
| 834 | XNode.Open | XNode.Open | XNode:Open | X |
Events
Show/Hide Application EventsTable
| Code | Name | Type | B | S | P | D |
|---|---|---|---|---|---|---|
| 1073741888 | Application Activation | Notify | X | |||
| 1073741850 | Application Instance Close | Notify | X | |||
| 2147483652 | Application Instance Close? | Filter | X | |||
| 1073741908 | Auto Error Notification | Notify | X | |||
| 1073741906 | Bookmark Info Change | Notify | X | |||
| 1073741896 | Context Help Window Updated | Notify | X | |||
| 1073741883 | NI Security User Change | Notify | X | |||
| 1073741889 | OS Open Document | Notify | X | |||
| 2147483717 | OS Open Document? | Filter | X | |||
| 1073741897 | Selection Change | Notify | X | |||
| 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 |
