Template:VIServerPropsTable
| |
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. |
Usage
This template contains a lookup table for all of the properties. It is used in the VI Server Class Hierarchy class pages to display the properties tables. The parameter is either the Class ID number where the list is then filtered to properties of that class, or the parameter is left blank to signify this class has no properties.
| Parameter | Description | Default |
|---|---|---|
{{{1}}}
|
The class ID. | Blank - Translates into message: No Properties for this class.
|
Example: No Properties Exists
{{VIServerPropsTable}}
No Properties for this class.
Example: Properties Exist - Application Class
{{VIServerPropsTable|1}}
Show/Hide Application Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 0 | Application:Name | Filename of the application. | Read Only | Yes (Read Only) |
| 1 | Application:User Name | User name used to open the application. | Read/Write | Yes (Read Only) |
| 2 | Application:Version Number | Version number of the application. In a stand-alone application or shared library, this property returns the version of the LabVIEW Run-Time Engine. | Read Only | Yes (Read Only) |
| 3 | Application:Kind | Indicates the LabVIEW instance the VI is running in, including invalid application types. | Read Only | Yes (Read Only) |
| 4 | Application:Target:Operating System | Indicates the operating system for which the application was built. Mac OS refers to Mac OS versions 9 and 8. Carbon refers to Mac OS X (32-bit). | Read Only | Yes (Read Only) |
| 5 | Application:Target:CPU | Indicates the target CPU of an application. | Read Only | Yes (Read Only) |
| 6 | Operating System:Name | Name of the operating system where the application is actually running. | Read Only | Yes (Read Only) |
| 7 | Operating System:Version Number | Version number of the actual operating system. | Read Only | Yes (Read Only) |
| 8 | Application:Exported VIs In Memory | Returns a list of exported VIs in memory. | Read Only | Yes (Read Only) |
| 9 | Printing:File Wrap Text Length | Maximum number of characters on a single line in a file. Affects the Print:VI To HTML, Print:VI To RTF, and Print:VI To Text methods. Set this property to 0 to print all the characters on one line so the text does not wrap. | Read/Write | No |
| A | Printing:PNG Compression Level | Number between 0 and 9 that specifies the level of compression you want for the PNG file for graphics in VIs printed either interactively or with the Print:VI To HTML method. The quality of the graphic is not affected by the compression, but the graphic file size and speed of compression are affected by this value. Valid values range from 0 to 9 and balance file compression with speed. 0 designates no compression. 1 designates less compression, but faster speed. 9 designates high compression, but slower speed. If you enter –1, LabVIEW selects the best combination of speed and compression. | Read/Write | No |
| B | Printing:JPEG Quality | Percentage value from 0 to 100 specifying the level of quality you want for the JPEG graphic in VIs printed either interactively or with the Print:VI To HTML method. The scale balances image quality and file size. A value in the 75 to 95 range produces a compressed file with a high-quality image, and a value below 50 produces a smaller file size with a low-quality image. The default is 80. | Read/Write | No |
| C | Printing:Custom Connector? | Specifies whether to print the connector pane and icon of VIs when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| D | Printing:Custom Description? | Specifies whether to print VI descriptions when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| E | Printing:Custom Panel? | Specifies whether to print the front panel when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| F | Printing:Custom Panel Border? | Specifies whether to print the front panel with a border when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 10 | Printing:Custom Controls? | Specifies whether to print front panel control information when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 11 | Printing:Custom Control Descriptions? | Specifies whether to print descriptions of front panel controls when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 12 | Printing:Custom Control Types? | Specifies whether to print data type information for front panel controls when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 13 | Printing:Custom Diagram? | Specifies whether to print block diagrams when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 14 | Printing:Custom Diagram Hidden? | Specifies whether to print the hidden frames in Case and Stacked Sequence structures that might be present on the block diagram when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 15 | Printing:Custom Diagram Repeat? | Specifies whether to print visible subdiagrams of each Case, Event, and Stacked Sequence structure in sequence with the non-visible subdiagrams when using the custom format with one of the print documentation VI methods. If you print the visible subdiagrams in sequence, those subdiagrams print twice. | Read/Write | No |
| 16 | Printing:Custom List of SubVIs? | Specifies whether to print a list of the subVIs and Express VIs including the icon, name, and path when using the custom format with one of the print documentation VI methods. If a polymorphic VI is a subVI, LabVIEW prints the instance used in the top-level VI including the icon, name, and path. If the top-level VI is polymorphic, LabVIEW prints a list of all the instances of the polymorphic VI including the icon, name, and path of each instance. | Read/Write | No |
| 17 | Printing:Custom Hierarchy? | Specifies whether to print the hierarchy of the VI in memory when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 18 | Printing:Custom History? | Specifies whether to print the VI revision history information when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 19 | Application:Directory Path | Absolute path to the directory where the application is located. | Read Only | Yes (Read Only) |
| 1A | Server:VI Access List | List that describes which VIs on the VI server are accessible by remote clients. | Read/Write | Yes |
| 1B | Server:TCP/IP Access List | List that describes which TCP/IP addresses of remote clients may access the VI server. | Read/Write | Yes |
| 1C | Application:All VIs In Memory | Returns a list of VIs in memory for the specified application instance. This property returns an error if you wire a remote application reference to the reference input. For a remote application, use the Exported VIs in Memory property to return a list of exported VIs. | Read Only | Yes (Read Only) |
| 1D | Application:Menu Launch:VI | Returns the name of the VI that launched the calling VI from a menu selection. | Read Only | Yes (Read Only) |
| 1E | Application:All System VIs in Memory | Read Only | Yes | |
| 1F | Application:Menu Set | Read/Write | No | |
| 20 | Server:TCP Listener Active | Specifies whether the TCP interface to the VI Server is currently accepting connections. | Read/Write | Yes |
| 21 | Display:Primary Workspace | Gives the bounding rectangle of the computer's primary monitor. | Read Only | Yes (Read Only) |
| 22 | Display:All Monitors | Returns information about all the monitors on the computer, including their bit depths and bounding rectangles. | Read Only | Yes (Read Only) |
| 24 | Server:VI Calls Allowed | Read/Write | No | |
| 25 | Server:VI Operations Allowed | Read/Write | No | |
| 26 | Server:Application Operations Allowed | Read/Write | No | |
| 27 | Server:Logging Enabled | Specifies whether the TCP interface to the VI Server is logging operations to a file. | Read/Write | Yes |
| 28 | Server:Logging File Path | Path of the log file created during TCP/IP communication. | Read/Write | Yes |
| 29 | Printing:Custom All Controls? | Specifies whether to print all controls or only the controls wired to the connector pane when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 2A | Application:Controls Palette Open | Read/Write | No | |
| 2B | Application:Functions Palette Open | Read/Write | No | |
| 2C | Application:Tools Palette Open | Read/Write | No | |
| 2D | Application:Default:File Dialog Path | Read/Write | Yes | |
| 2E | Web Server:Server Active | Determines whether the built-in Web Server is enabled. This property immediately changes the status of the Web Server without requiring you to restart LabVIEW. Changes using this property are not saved across sessions of LabVIEW and are not reflected on the Web Server page of the Options dialog box. | Read/Write | Yes |
| 2F | Web Server:Root Directory Path | Specifies the root directory from which the built-in Web Server loads files for document requests. | Read/Write | Yes |
| 30 | Web Server:HTTP Port | The port to which the built-in Web Server listens for HTTP requests. | Read/Write | Yes |
| 31 | Web Server:Read Timeout | Determines how long the built-in Web Server waits for read operations to complete when the Web Server reads HTTP requests from HTTP clients. | Read/Write | Yes |
| 32 | Web Server:Logging Enabled | Determines whether the built-in Web Server logs to a file information about HTTP requests. | Read/Write | Yes |
| 33 | Web Server:Logging File Path | Determines where the built-in Web Server places the log file. | Read/Write | Yes |
| 34 | Web Server:TCP/IP Access List | Sets or gets the TCP/IP addresses that have access to the Web Server. This property also sets or gets whether each address has access to view a VI remotely, view and control a VI remotely, or does not have access to the Web Server. | Read/Write | Yes |
| 35 | Web Server:VI Access List | Sets or gets the VIs that are visible through the Web Server. This property also sets or gets whether LabVIEW allows access to each VI. | Read/Write | Yes |
| 36 | Application:Parent Window For Dialogs | Read/Write | Yes | |
| 37 | Application:Version As Integer | Read Only | Yes | |
| 38 | Application:Embedded Root Path | Read Only | Yes | |
| 39 | Application:Preferences File Path | Read Only | Yes | |
| 3A | Application:Host Preferences Section | Read Only | Yes | |
| 3B | Application:Registered Owner | Read Only | Yes | |
| 3C | Application:Registered Organization | Read Only | Yes | |
| 3D | Application:Serial Number | Read Only | Yes | |
| 3E | Application:Downloaded VIs | Read Only | No | |
| 3F | Application:Show FP Tip Strips | Writing the property: Setting this property to TRUE enables the display of tip strips on front panel controls. Setting the property to FALSE prevents them from being displayed. Reading the property: Specifies whether tip strips display when idling over controls on the front panel. | Read/Write | Yes |
| 41 | Remote Panel:Connections To Clients | Returns an array of clusters containing connection information about the clients currently connected to the computer. | Read Only | Yes (Read Only) |
| 42 | Remote Panel:Connections To Servers | Returns an array of clusters containing connection information about the servers to which the computer is currently connected. | Read Only | Yes (Read Only) |
| 43 | Remote Panel:NetLoad Monitor Enabled | Read/Write | Yes | |
| 44 | Application:Target:IP Address | Read Only | Yes | |
| 45 | Application:Remote Web Server Active | Read Only | Yes | |
| 46 | Application:Active:VI | Returns the name of the active VI in the application. | Read Only | Yes |
| 47 | Application:Selection List Changed | Read Only | Yes | |
| 48 | Printing:Color/Grayscale? | If TRUE, LabVIEW sends color/grayscale output to the printer. If FALSE, LabVIEW sends monochrome output to the printer. | Read/Write | Yes |
| 49 | Printing:Default Printer | Gets or sets the name of the default printer in LabVIEW. | Read/Write | Yes |
| 4A | Printing:Method | Gets or sets how LabVIEW prints. | Read/Write | Yes |
| 4B | Printing:Available Printers | Returns an alphabetized array of printer names available on the computer. | Read Only | Yes |
| 4D | Application:Unattended Mode | Read/Write | Yes | |
| 4E | Application:Default:Error Handler VI | Read/Write | Yes | |
| 4F | Application:Command Line Arguments | Returns an array of user-defined command-line arguments passed when LabVIEW launched. | Read Only | Yes (Read Only) |
| 51 | Application:Use App Template Browser | Read/Write | Yes | |
| 52 | Application:Assistants Use Strict Types Default | Read/Write | Yes | |
| 53 | Application:Auto-Route Wires | Returns whether LabVIEW automatically finds a route for a wire. | Read/Write | No |
| 54 | Application:Target:Info | Read Only | Yes | |
| 55 | Application:Target:Kind | Read Only | Yes | |
| 56 | Application:Defer Drawing | Read/Write | Yes | |
| 57 | Application:Default:Data Directory | Path to the default data directory. | Read Only | Yes (Read Only) |
| 58 | Application:Search Paths | Read/Write | Yes | |
| 59 | Application:Real-Time Support | Read Only | Yes | |
| 5A | Application:User Interface Available | If you are not targeted to a real-time (RT) platform, this property is always TRUE. If you are targeted to an RT-platform and the host is connected, this property is TRUE. When this property is FALSE, the host is not connected, requiring that the Real-Time Module application must be able to handle all operations independent of the host. Use this property to determine when it is safe to display a dialog box that requires user interaction. | Read Only | Yes |
| 5B | Application:Delete FP Terminal from Diagram | Returns whether LabVIEW deletes terminals corresponding to front panel objects from diagram operations. | Read/Write | No |
| 5C | Printing:Custom Express VI Configuration? | Specifies whether to print the configuration information for any Express VIs on the block diagram when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 5D | Server:Port | Gets or sets the LabVIEW VI server port. LabVIEW returns an error if you attempt to access this property on a remote application. | Read/Write | Yes |
| 5E | Remote Panel:Is Supported | Read Only | Yes | |
| 5F | Application:Installed Package | Read Only | Yes | |
| 60 | Application:Inside Build App | Read/Write | Yes | |
| 62 | Application:Internet Toolkit Installed | Read/Write | Yes | |
| 63 | Application:Language | Indicates the language of the LabVIEW environment or stand-alone application as a string according to ISO 639. Values include en, de, fr, ja, ko, and zh-cn. | Read Only | Yes (Read Only) |
| 64 | Application:Window For Panel Origin | Read/Write | Yes | |
| 65 | Module Handle | Read Only | Yes | |
| 66 | Application:Pump OS Messages | Read/Write | Yes | |
| 67 | Application:Full Feature | Read Only | Yes | |
| 68 | Application:All Contexts | Read Only | Yes | |
| 69 | Project:Projects() | Returns an array of references to each LabVIEW project in memory. You can use these references with the Project properties. | Read Only | Yes |
| 6A | Application:DWarn Dialog | Read/Write | Yes | |
| 6B | Options:Use Abridged Menus | Read/Write | No | |
| 6E | Source Control:Configuration Data | Read/Write | Yes | |
| 6F | Source Control:Provider Name | Read/Write | Yes | |
| 70 | Source Control:Provider Location | Read/Write | Yes | |
| 71 | Source Control:Display Only Selected Files | Read/Write | Yes | |
| 72 | Source Control:Select Hierarchy When Adding Files | Read/Write | Yes | |
| 73 | Source Control:Select Callers When Checking Files Out | Read/Write | Yes | |
| 74 | Source Control:Display Warning If File Is Checked Out | Read/Write | Yes | |
| 75 | Source Control:Use Dialog Box For File Checkout | Read/Write | Yes | |
| 76 | Source Control:Prompt to Check Out | Read/Write | Yes | |
| 77 | Source Control:Prompt to Add to SCC When Adding to Project | Read/Write | Yes | |
| 78 | Source Control:Prompt to Add SubVIs | Read/Write | Yes | |
| 7A | Application:Context Name | Read Only | Yes | |
| 7C | NI Security:User | Indicates the name of the user who is currently logged in, using the format of <Domain Name>\<User Name>. | Read Only | Yes |
| 7D | Application:Is Editor In MDI Mode | Read Only | Yes | |
| 7E | Project:Owning Project | Returns a reference to the project that owns the referenced application. | Read Only | No |
| 7F | Application:Menu Launch:App | Returns a reference to the application instance that launched the calling VI from a menu selection. | Read Only | Yes (Read Only) |
| 80 | Application:Active:Application | Gets an application reference to the active VIs owning application. | Read Only | Yes (Read Only) |
| 81 | Project:Default Project | Read Only | No | |
| 82 | Project:Has Any Project Been Created | Read Only | Yes | |
| 83 | Application:LVTarget | Read Only | No | |
| 84 | Application:Private? | Read Only | Yes | |
| 85 | Project:Show Path in Project Window | Read/Write | Yes | |
| 86 | Project:Target Item | Returns the associated target item of the application reference you specify. | Read Only | Yes |
| 87 | Project:Get Last Max Load Time | Read Only | Yes | |
| 88 | Project:Libraries() | Read Only | No | |
| 89 | Application:Save Format | Read/Write | Yes | |
| 8B | Application:Target:Class Name | Read Only | Yes | |
| 8C | Options:Editor Menu Bar | Read Only | No | |
| 8D | Application:Debug Name | Returns the name used for opening a debugging connection to this application or shared library. This method is only useful in built applications or shared libraries. | Read Only | Yes |
| 8E | Application:Cross Context Settings | Read Only | No | |
| 8F | Application:Default:Context Name | Read Only | Yes | |
| 90 | Application:Default:Application | Returns the default application reference. | Read Only | Yes |
| 91 | Application:All Libraries in All Application Instances | Read Only | Yes | |
| 92 | Project:Active Project | Returns a reference to the LabVIEW project that is active when this property executes. A project is active if the user has the associated project window in focus or any member of the project in focus, including VIs, controls, and project libraries. | Read Only | No |
| 93 | Printing:Custom Control Label/Caption? | Specifies whether to print the label and/or caption for each control when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| 94 | Server:Service Name | Gets or sets the service name for the LabVIEW VI Server. | Read/Write | Yes |
| 96 | Application:Z Compress Level | Read/Write | Yes | |
| 97 | Application:On Line | Read/Write | Yes | |
| 98 | Debug Server:Server Active | Determines whether the Debug Server is enabled. You can use this property only in LabVIEW-built applications or shared libraries. | Read/Write | Yes |
| 99 | Debug Server:TCP/IP Access List | List that describes which TCP/IP addresses of remote clients can access the Debug Server. You can use this property only in LabVIEW-built applications or shared libraries. | Read/Write | Yes |
| 9B | Source Control:Include VILib In Get Dependents | Read/Write | Yes | |
| 9C | Source Control:Include InstrLib In Get Dependents | Read/Write | Yes | |
| 9D | Save for Previous:Original App | Read Only | Yes | |
| 9E | Application:VI Of Top Most Block Diagram | Returns a reference to the block diagram highest in the Z order, which is most likely the last block diagram accessed. | Read Only | Yes |
| 9F | Run Reserve XInterface Components | Read/Write | Yes | |
| A0 | NI Security:Nobody Logged In? | Determines if anyone is logged in. | Read Only | Yes |
| A1 | NI Security:Unique User | Read Only | Yes | |
| A2 | Delay File Notifications | Read/Write | Yes | |
| A3 | MathScript:Path | Read Only | Yes | |
| A4 | Application:Multi Pwd Op Cancelled? | Read Only | No | |
| A5 | MathScript:All M Files In Context | Read Only | No | |
| A6 | Application:Is Migration Enabled | Read/Write | No | |
| A7 | Crosslink:Force Enable Dialogs | Read/Write | Yes | |
| A8 | Crosslink:Suppress Dialogs | Read/Write | Yes | |
| A9 | Suppress Auto Update Dependencies | Read/Write | Yes | |
| AA | Application:Let Private Context Run With XNode | Read/Write | Yes | |
| AD | Application:Clipboard VI | Read/Write | Yes | |
| AE | Tool Number | Read/Write | Yes | |
| AF | Application:Compiler:DFIR Compiler | Read/Write | Yes | |
| B0 | Supress Update Name Preflight | Read/Write | Yes | |
| B1 | Palettes:Get Functions Names | Read Only | No | |
| B2 | Palettes:Get Controls Names | Read Only | No | |
| B3 | Statechart:Show Custom Icon | Read Only | Yes | |
| B4 | Statechart:Show Configuration | Read Only | Yes | |
| B5 | Web Server:Config File Path | The path of the LabVIEW Web Server configuration file. | Read Only | Yes |
| B6 | Web Server:Default Config File Path | The path of the Web Server configuration file that contains the LabVIEW default configuration. | Read Only | Yes |
| B7 | Statechart:CodeGenCaseStruct | Read/Write | Yes | |
| B8 | Statechart:Show Path for IsIn | Read Only | Yes | |
| B9 | Application:Saveable Versions | An array of the LabVIEW versions to which this version of LabVIEW can save. The array is in reverse chronological order, with the zeroth element being the current version of LabVIEW. Each element of the array is a valid version to pass to VI server functions which save to previous versions. | Read Only | No |
| BA | Application:DSC Support | Read Only | Yes | |
| BB | Load and Save Warnings:Auto Test Mode | Read/Write | No | |
| BC | Load and Save Warnings:History | Read Only | No | |
| BD | Statechart:InlineTopLevelGraph | Read/Write | Yes | |
| BE | Application:Property and Method Data Types | Read Only | No | |
| BF | Operating System:Build Number | Build number of the actual operating system. This string returns an alphanumeric value of the build number that you can use to compare the build version of operating systems. This property is read only. | Read Only | Yes |
| C1 | Application:Compiler:Sanity | Read/Write | Yes | |
| C2 | Application:Compiler:DOT | Read/Write | Yes | |
| C6 | Operating System:Detailed Name | Detailed name of the operating system where the application is actually running. This string value returns the operating system and its version, 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. | Read Only | Yes |
| CA | Application:Compiler:LLVM Compiler | Read/Write | Yes | |
| CD | Application:All Libraries in Application Instance | Lists all Libraries currently in memory in this application instance. | Read Only | Yes |
| CE | Application:Target:Number of Logical Processors | Returns the number of processing units the computer or target contains. | Read Only | Yes |
| D0 | Application:Target:Number of Cores per Package | Returns the number of cores per package the computer or target contains. | Read Only | Yes |
| D1 | Application:Target:Number of Logical Processors per Core | Returns the number of logical processors per core the computer or target contains. | Read Only | Yes |
| D2 | Application:Target:Current Processor ID | Read Only | Yes | |
| D3 | Application:Target:Data Cache Entry Sizes | Returns an array of the entry sizes, in bytes, for all cache levels the computer or target contains. | Read Only | Yes |
| D4 | Application:Target:Data Cache Sizes | Returns an array of the cache sizes, in bytes, for each cache level the computer or target contains. | Read Only | Yes |
| D5 | Application:Target:Number of Packages | Returns the number of packages, or chips, the computer or target contains. | Read Only | Yes |
| D7 | Application:Version Year | Version year of the application. In a stand-alone application or shared library, this property returns the version year of the LabVIEW Run-Time Engine. | Read Only | Yes (Read Only) |
| D9 | Application:Compiler:BriefDOT | Read/Write | Yes | |
| DA | Application:Is Build App Instance | Read/Write | No | |
| DB | Application:TestStandOptions | Read/Write | Yes | |
| DC | Application:Legacy Build App File Layout | Read Only | Yes | |
| DD | Application:Available Environment Modes | Read Only | No | |
| DE | Application:Save Version | Returns the version number of the LabVIEW file format to which LabVIEW documents are saved. This version number might be different from the version number of the application. For example, LabVIEW with the version number 9.0.1 saves LabVIEW documents with a file format version number of 9.0. | Read Only | Yes (Read Only) |
| DF | Application:Save Version As Integer | Read Only | Yes | |
| E0 | Get NXT Context | Read Only | No | |
| E1 | Application:Hide Load Warning | Read/Write | Yes | |
| E2 | Application:Disable Path Case | Read/Write | Yes | |
| E3 | Application:Lock Instantiations for AppBuilder | Read/Write | No | |
| E4 | Application:Clipboard Mode | Read/Write | Yes | |
| E6 | Application:Compiler:SSE Runtime Optimization | Read/Write | Yes | |
| E7 | Printing:Custom Cluster Constants? | Specifies whether to print the hidden contents of iconified cluster constants that might be present on the block diagram when using the custom format with one of the print documentation VI methods. | Read/Write | No |
| E8 | MathScript:Compiler Signature | Read Only | No | |
| E9 | VIObjCache:Path | Read Only | Yes | |
| EA | Application:Compiler:SSE1 Code Generation | Read/Write | Yes | |
| EB | Application:Compiler:SSE2 Code Generation | Read/Write | Yes | |
| EC | Application:UD Refnum Files | Read Only | No | |
| ED | Application:Rename Variables for AppBuilder | Read/Write | No | |
| EE | Statechart:Is Installed | Read Only | Yes | |
| EF | Application:Current Environment Mode | Returns the current environment mode of LabVIEW, such as robotics. If you call this property from a VI in the LabVIEW development system environment, this property returns an empty string. | Read/Write | Yes |
| F0 | MathScript:HighlightingColors | Read Only | No | |
| F1 | MathScript:ColorsInSync | Read/Write | No | |
| F2 | MathScript:CompilerInMemory | Read Only | No | |
| F3 | VIObjCache:Available in RTE | Read/Write | Yes | |
| F4 | Application:Mass Compile Warn On Read Only VIs | Read/Write | No | |
| F5 | Application:InstCachePath | Read Only | Yes | |
| F6 | Application:Is Compile Suppressed | Read/Write | No | |
| F7 | VIObjCache:DistPath | Read Only | No | |
| F8 | VIObjCache:UserPath | Read Only | No | |
| F9 | Application:Library Finish Partial Load Enabled | Read/Write | Yes | |
| FA | AppBuilderCache:Path | Read Only | No | |
| FB | Separate Compiled Code For New Files | Read Only | No | |
| FC | Application:Compiler Threshold | Gets or sets how complex a VI must be before the compiler limits optimizations to improve editor responsiveness. If the complexity of a VI is lower than the threshold indicated by this value, the compiler does not limit optimizations, thereby improving the execution speed of the VI. If the complexity of a VI is higher than the threshold, the compiler limits optimizations in order to improve editor responsiveness for the VI. | Read/Write | No |
| FD | Application:Locked Down For Build | Read/Write | Yes | |
| FE | Application:Cross Compile Count | Read Only | No | |
| FF | Application:GdiCount | Read Only | No | |
| 100 | Application:Compiler:FP Register Candidate | Read/Write | Yes | |
| 101 | Application:Compiler:AutoInlining | Read/Write | Yes | |
| 102 | Application:ShowAutoErrDialog | Read/Write | Yes | |
| 103 | Application:Selective Deallocation | Read/Write | Yes | |
| 104 | Application:Selective Deallocation:EnableForAllVIs | Read/Write | Yes | |
| 105 | Application:Selective Deallocation:LargeBufferThreshold | Read/Write | Yes | |
| 106 | Application:Enable Inheritance LinkRef Addition | Read/Write | Yes | |
| 107 | Application:Enable Inheritance LinkRefs | Read/Write | Yes | |
| 108 | Application:Full Version Year | Read Only | Yes | |
| 109 | Application:Version Year Number Only | Read Only | Yes | |
| 110 | Application:ImageTableMaxCount | Read Only | Yes | |
| 111 | Application:Enable Binary Compatibility Load | Read/Write | Yes | |
| 112 | Application:EnableExcursionFreeExecSystems | Read/Write | Yes | |
| 113 | Application:IgnoreUnresolvedDLLRef | Read Only | Yes | |
| 114 | Application:ImageTableCount | Read Only | Yes | |
| 115 | Application:PPL LoadInCompatible LVVersion Default Value | Read/Write | Yes | |
| 116 | Application:Treat LV 2016 As Binary Compatible | Read/Write | Yes | |
| 117 | Application:SaveChangesAutoSelection | Read/Write | No | |
| 118 | Application:NativeEventTracingEnabled | Read/Write | Yes |
Example: Properties Exist - VI Class
{{VIServerPropsTable|2}}
Show/Hide VI Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 1F4 | VI Name | Name of the VI file. If a LabVIEW project library owns the VI, the property returns the qualified name of the VI, which includes the project library filename. | Read/Write | Yes (Read Only) |
| 1F5 | VI Path | Path to the VI file. | Read Only | Yes (Read Only) |
| 1F6 | VI Description | Description of the VI that appears in the Context Help window when you move the cursor over the VI icon and in VI documentation you generate. | Read/Write | Yes (Read Only) |
| 1F7 | History:Entire Text | Returns all the text that was added to the VI revision history. | Read Only | No |
| 1F9 | Front Panel Window:Title Bar Visible | Indicates whether to display a title bar on the front panel while the VI runs. | Read/Write | Yes |
| 1FA | Front Panel Window:Closeable | Indicates whether the close button in the title bar is disabled and the Close item in the File menu is disabled. | Read/Write | Yes |
| 1FB | Front Panel Window:OldResizable | Read/Write | Yes | |
| 1FC | Front Panel Window:Allow Runtime PopUp | Indicates whether to display shortcut menus for front panel objects while the VI runs. If you do not display default run-time shortcut menus, you can continue to include customized shortcut menus. | Read/Write | Yes |
| 1FD | Front Panel Window:Highlight Return Button | Indicates whether to highlight Boolean controls that have a shortcut key of <Enter>. | Read/Write | Yes |
| 1FE | Front Panel Window:Size to Screen (Deprecated) | Read/Write | Yes | |
| 1FF | Front Panel Window:Auto Center (Deprecated) | Read/Write | Yes | |
| 200 | Front Panel Window:Show Scroll Bars | Read/Write | Yes | |
| 201 | Front Panel Window:Show Menu Bar | Indicates whether to display the menu bar on the front panel while the VI runs. | Read/Write | Yes |
| 202 | Tool Bar:Visible | Indicates whether to display the toolbar while the VI runs. | Read/Write | Yes |
| 203 | Tool Bar:Show Run Button | Indicates whether to display the Run button on the toolbar while the VI runs. | Read/Write | Yes |
| 204 | Tool Bar:Show Free Run Button | Indicates whether to display the Run Continuously button on the toolbar while the VI runs. | Read/Write | Yes |
| 205 | Tool Bar:Show Abort Button | Indicates whether to display the Abort Execution button on the toolbar while the VI runs. | Read/Write | Yes |
| 206 | Execution:Allow Debugging | If TRUE, you can use debugging tools on the VI. For example, you can set breakpoints, create probes, enable execution highlighting, and single-step through execution. Set this property to FALSE to disable use of debugging tools, reduce memory requirements, and to improve performance slightly for the VI. | Read/Write | Yes (Read Only) |
| 208 | Front Panel Window:Is Dialog | Read/Write | Yes | |
| 209 | Execution:Show Front Panel On Load | Indicates whether to show the front panel when the VI is loaded. | Read/Write | Yes (Read Only) |
| 20A | Execution:Show Front Panel On Call | Indicates whether to show the front panel when the VI is called. | Read/Write | Yes |
| 20B | Execution:Close After Call | Indicates whether to close the front panel after the VI runs. | Read/Write | Yes |
| 20C | Execution:Run When Opened | Indicates whether to run the VI when it opens. | Read/Write | Yes (Read Only) |
| 20D | Execution:Is Reentrant | Indicates whether a VI can be reentrant. | Read/Write | Yes (Read Only) |
| 20E | Execution:Priority | Indicates the priority of the VI when it runs in parallel with other tasks. | Read/Write | Yes (Read Only) |
| 20F | History:Use Defaults | Indicates whether to use the global default history or to use the values entered in other history properties. | Read/Write | No |
| 210 | History:Always Add Comments At Save | Indicates whether to add a comment to the VI revision history every time the VI is saved. | Read/Write | No |
| 211 | History:Prompt for Comments At Close | Indicates whether to prompt for a VI revision history comment when the VI closes. | Read/Write | No |
| 212 | History:Prompt for Comments At Save | Indicates whether to prompt for a VI revision history comment when the VI is saved. | Read/Write | No |
| 213 | History:Record Application Comments | Indicates whether to add comments to the VI revision history when certain events occur, such as conversion to a new version of LabVIEW, subVI changes, and changes to the name or path of the VI. | Read/Write | No |
| 214 | Help:Document Tag | Index keyword or HTML filename for a topic in the compiled help file to which the VI is linked. | Read/Write | Yes |
| 215 | Help:Document Path | Path or symbolic path to an HTML file (.htm or .html) or compiled help file (.chm or .hlp) to which the VI is linked. | Read/Write | Yes |
| 216 | Front Panel Window:Open | Read/Write | Yes | |
| 217 | Front Panel Window:Is Frontmost | Writing TRUE to this value brings the front panel to the front. This property applies only in the application instance of the calling VI. Writing FALSE to this value has no effect. If you read this property, it indicates whether the front panel window is the front window (ignoring floating windows). | Read/Write | Yes |
| 218 | Front Panel Window:Window Bounds | The four elements in the cluster are the top, left, bottom, and right values of the front panel window, which includes the interior region, scroll bars, title bar, menu bar, and toolbar. They are in global screen coordinates, that is, the numbers refer to coordinates within a computer monitor's screen (rather than an open window). | Read/Write | Yes |
| 219 | Modifications:VI Modifications Bitset Old | Read Only | Yes | |
| 21A | Modifications:Front Panel Mods Bitset | Indicates whether changes were made to the front panel since the VI was saved. If the value is zero, no changes where made. If the value is nonzero, changes were made. | Read Only | Yes (Read Only) |
| 21B | Modifications:Block Diagram Mods Bitset | Indicates whether changes were made to the block diagram since the VI was saved or opened, depending on which was last. If the value is zero, no changes were made. If the value is nonzero, changes were made. | Read Only | No |
| 21C | Metrics:Code Size | Amount of memory used for VI code in bytes. | Read Only | Yes (Read Only) |
| 21D | Metrics:Total Data Size | Amount of memory allocated for data in bytes. | Read Only | Yes (Read Only) |
| 21E | Metrics:Size of Front Panel | Size of the front panel in bytes. | Read Only | Yes (Read Only) |
| 21F | Metrics:Size of Block Diagram | Size of the block diagram in bytes. | Read Only | Yes (Read Only) |
| 220 | Callers' Names | Returns a list of all the loaded VIs that call the referenced VI. | Read Only | Yes (Read Only) |
| 221 | Callees' Names | Read Only | Yes | |
| 225 | Auto Logging:Log File Path | Path of the datalog file in which front panel data and a time stamp are written. | Read/Write | Yes |
| 226 | Auto Logging:Log at Finish | Indicates whether to write front panel values to a datalog file after the VI runs. | Read/Write | Yes |
| 227 | Auto Logging:Print at Finish | Indicates whether to print the front panel after the VI runs. | Read/Write | Yes |
| 228 | Front Panel Window:Origin | Read/Write | Yes | |
| 229 | Front Panel Window:Title | String that appears in the title bar. This string does not have to match the VI filename. | Read/Write | Yes |
| 22A | Connector Pane:Set | Sets the connector pane of the VI to match the connector pane of the VI reference input. | Write Only | No |
| 22B | Execution:Suspend On Call | Indicates whether LabVIEW suspends the execution of the VI when calling it as a subVI. Use this property carefully with reentrant VIs. | Read/Write | Yes (Read Only) |
| 22C | Front Panel Window:Panel Bounds | The four elements in the cluster are the top, left, bottom, and right values of the interior portion of the front panel, not including the scroll bars, title bar, menu bar, and toolbar. The cluster elements are in global screen coordinates, which are the numbers that refer to coordinates within a computer monitor's screen (rather than an open window). | Read/Write | Yes |
| 22D | Execution:State | Indicates the execution state of the VI. | Read Only | Yes (Read Only) |
| 22E | Edit Mode On Open | If TRUE, the VI opens in edit mode. If FALSE, the VI opens in run mode, and the title bar, menu bar, and toolbar do not appear. | Read/Write | Yes |
| 22F | Execution:Preferred Exec System | Indicates the execution system in which the VI runs. | Read/Write | Yes (Read Only) |
| 230 | Modifications:User Changes | Read Only | No | |
| 231 | Front Panel Window:Custom Title | Indicates whether the VI has a custom title string. Write FALSE to remove the custom title string. | Read/Write | Yes |
| 232 | VI Type | Indicates the type of VI. | Read Only | Yes (Read Only) |
| 234 | History:Revision Number | Current revision number of the VI. | Read/Write | No |
| 235 | Connector Pane:Data (Deprecated) | Read Only | Yes | |
| 236 | Metrics:Advanced | Read Only | No | |
| 237 | Block Diagram Window:Open | Opens or closes the block diagram window. | Read/Write | No |
| 238 | Block Diagram Window:Window Bounds | Gets or sets the bounds for a block diagram window. | Read/Write | No |
| 239 | Connector Pane:Old Type Descriptor | Read Only | Yes | |
| 23A | Tool Kit Attr | Read/Write | No | |
| 23B | Front Panel RefNum TD | Read Only | No | |
| 23C | Block Diagram | Returns a reference to the block diagram of the VI. This property is not available in stand-alone applications. | Read Only | No |
| 23D | Front Panel | Reference to the front panel of a VI. | Read Only | Yes (Read Only) |
| 23E | Connector Pane:Reference | Returns a reference to the connector pane of the VI. | Read Only | Yes (Read Only) |
| 23F | Front Panel Window:Keep Window Proportions | Indicates whether the front panel window adjusts its size in proportion with a change in monitor resolution. The window changes size so it covers the same percentage of the screen that it covered at its original resolution. | Read/Write | Yes |
| 240 | Modifications:VI Signatures | Read Only | Yes | |
| 241 | Is Instance | Returns whether or not the VI is an Express VI instance. | Read/Write | No |
| 242 | Automatic Error Handling | If TRUE, enables automatic error handling for a VI. | Read/Write | No |
| 243 | Block Diagram Window:Origin | Gets or sets the vertical and horizontal coordinates in the upper left-hand corner of the block diagram. | Read/Write | No |
| 244 | Run-Time Menu Path | When read, this property returns the run-time menu path of the VI. When written, this property updates the run-time menu path of the VI. If the VI is running when you write this property, it updates the menu with data from the new path. | Read/Write | Yes |
| 245 | Front Panel Window:Is Floating | Read/Write | Yes | |
| 246 | RunVILocal | Read/Write | Yes | |
| 247 | Front Panel Window:Minimizable | Indicates whether the user can minimize the front panel window while the VI runs. | Read/Write | Yes |
| 248 | Front Panel Window:Resizable | Indicates whether the user can resize the front panel window while the VI runs. | Read/Write | Yes |
| 249 | Expand When Dropped As SubVI | Expands to show terminals when dropped as a subVI. | Read/Write | No |
| 24A | Printing:Page Orientation | Gets or sets the page orientation to use when printing the VI. | Read/Write | Yes |
| 24B | Printing:Page Headers? | If TRUE, LabVIEW prints headers for the VI. Use the Printing:Header Content properties in this class to customize the contents of the headers. | Read/Write | Yes |
| 24C | Printing:Front Panel Scaling? | If TRUE, LabVIEW scales the front panel to fit on the printed page. | Read/Write | Yes |
| 24D | Printing:Margins | Gets or sets the page margins to use when printing the VI in inches or centimeters. | Read/Write | Yes |
| 24E | Printing:Header Content:VI Name? | If TRUE, LabVIEW includes the VI name in the headers for the VI. Use the Printing:Page Headers? property to set whether LabVIEW prints the headers for the VI. | Read/Write | Yes |
| 250 | Printing:Header Content:Date Printed? | If TRUE, LabVIEW includes the date printed in the headers for the VI. Use the Printing:Page Headers? property to set whether LabVIEW prints the headers for the VI. | Read/Write | Yes |
| 251 | Printing:Header Content:Modify Date? | If TRUE, LabVIEW includes the last modified date in the headers for the VI. Use the Printing:Page Headers? property to set whether LabVIEW prints the headers for the VI. | Read/Write | Yes |
| 252 | Printing:Header Content:Page Number? | If TRUE, LabVIEW includes the page number in the headers for the VI. Use the Printing:Page Headers? property to set whether LabVIEW prints the headers for the VI. | Read/Write | Yes |
| 253 | Printing:Header Content:VI Icon? | If TRUE, LabVIEW includes the VI icon in the headers for the VI. Use the Printing:Page Headers? property to set whether LabVIEW prints the headers for the VI. | Read/Write | Yes |
| 254 | Printing:Header Content:VI Path? | If TRUE, LabVIEW includes the VI path in the headers for the VI. Use the Printing:Page Headers? property to set whether LabVIEW prints the headers for the VI. | Read/Write | Yes |
| 255 | Purgative | Read/Write | Yes | |
| 256 | Control VI Type | Specifies whether a control VI is a control, a typedef, or a strict typedef. This property is valid for control VIs only. | Read/Write | Yes (Read Only) |
| 257 | VI Linker Errors | Read Only | Yes | |
| 258 | Hide Instance VI Caption On Drop | Read/Write | No | |
| 259 | Front Panel Window:Behavior | Sets the behavior of the front panel window. Valid values include 0 (Invalid), 1 (Default), 2 (Floating), 3 (Floating/Auto-Hide), and 4 (Modal). | Read/Write | Yes |
| 260 | Front Panel Window:State | Current state of the front panel window. | Read/Write | Yes |
| 262 | Printing:Block Diagram Scaling? | If TRUE, LabVIEW scales the block diagram to fit on the printed page. | Read/Write | Yes |
| 263 | Suppress Instance VI Halo | Read/Write | Yes | |
| 264 | Is System VI | Read/Write | Yes | |
| 265 | Front Panel Window:Minimum Size | Minimum size of the front panel window in pixels. If Front Panel Window:Resizable is TRUE, the user cannot resize the front panel smaller than the width and height you wire to this property. | Read/Write | Yes |
| 266 | Connector Pane:Checksum v1 (Deprecated) | Read Only | Yes | |
| 267 | Front Panel Window:OS Window | Read Only | Yes | |
| 268 | Block Diagram Window:OS Window | Read Only | No | |
| 269 | Modifications:VI User Code GUID | Read Only | Yes | |
| 26A | Is Probe | Returns TRUE if the VI is running as a probe and the probe VI is open. | Read Only | No |
| 26B | Suppress Data Manager | Read/Write | Yes | |
| 26C | Suppress Transact Info | Read/Write | Yes | |
| 26D | Execution:Retain Wire Values | Read/Write | No | |
| 26E | Is XNode VI | Read/Write | Yes | |
| 26F | Owning Application | Returns a reference to the application that owns the VI. Be sure and close this reference afterward. | Read Only | Yes (Read Only) |
| 271 | Front Panel Window:Window | Read Only | Yes | |
| 272 | Block Diagram Window:Window | Read Only | No | |
| 273 | Front Panel Window:Transparency | Sets the window transparency level of the VI. The level of transparency is a percentage where 0 is opaque and 100 is invisible. This property returns an error if you specify a value outside the range of 0 to 100. If you set the transparency level to 100, the VI becomes invisible and uncontrollable from the front panel. You must stop the VI on the block diagram for the front panel of the VI to become visible. You must set the Front Panel Window:Run VI Transparently property to TRUE for this property to have any effect. The default value for the Front Panel Window:Run VI Transparently property is FALSE, in which changing this property has no effect. | Read/Write | Yes |
| 274 | Front Panel Window:Run VI Transparently | Sets the VI to use a semi-transparent window style when running. Set the level of transparency using the Front Panel Window:Transparency property. | Read/Write | Yes |
| 275 | Front Panel Window:Monitor | The monitor on which the front panel window appears, if you have multiple monitors. (Windows) The value 0 is the primary monitor. (OS X) The value 1 is the primary monitor. | Read/Write | Yes |
| 276 | Library | Returns the name of the LabVIEW project library, XControl, or LabVIEW class that owns the VI. If no library, XControl, or class owns the VI, the property returns Not a Refnum. | Read Only | No |
| 277 | Context:Has Edits In Another Context | Read Only | Yes | |
| 278 | Context:Has Edits In This Context | Read Only | Yes | |
| 279 | Context:Is Reserved In Other Context | Read Only | Yes | |
| 27A | Context:Is Reserved In This Context | Read Only | Yes | |
| 27B | Help:Examples Exist | Read/Write | No | |
| 27C | BD Master Wizard | Read Only | No | |
| 27D | Connector Pane:DataType | Returns the data type of the connector pane as variant data. Connector panes for VIs have a VI data type. Connector panes for polymorphic VIs have a PolyVI data type. Connector panes for custom controls, global variables, and type definitions have the data type of the control. | Read Only | Yes (Read Only) |
| 27E | Overload Info | Read/Write | No | |
| 27F | Connector Pane:Checksum v2 (Deprecated) | Read Only | Yes | |
| 280 | Callees' Paths | Read Only | Yes | |
| 281 | Callers' Paths | Read Only | Yes | |
| 282 | VI Compile Time | Read Only | No | |
| 283 | Auto Preallocate Arrays and Strings | Get or set the Autopreallocate arrays and strings setting on VIs. This is used by the FPGA module to optimize array and string operations by forcing LabVIEW to preallocate memory at compile time rather than dynamically allocating memory at run time. | Read/Write | Yes |
| 284 | No Clone If Instance VI | Read/Write | Yes | |
| 285 | VI Clone Name | Name of the clone of a reentrant VI. Returns an error if the VI is not a clone. | Read Only | Yes |
| 286 | Is Clone VI | Returns TRUE if the VI is a clone of a reentrant VI. | Read Only | Yes |
| 287 | Suppress Type Prop | Read/Write | No | |
| 288 | Execution:Reentrancy Type | Indicates the type of reentrancy LabVIEW uses for a reentrant VI. | Read/Write | Yes (Read Only) |
| 289 | Statechart:Supress Parse | Read/Write | No | |
| 28A | Statechart:Is Sub Panel Editable | Read/Write | Yes | |
| 28B | C Code Generation:Generate Guard Code | Read/Write | Yes | |
| 28C | C Code Generation:Generate Serial Only | Read/Write | Yes | |
| 28D | C Code Generation:Generate Integer Only | Read/Write | Yes | |
| 28E | C Code Generation:Generate C Function Calls | Read/Write | Yes | |
| 28F | C Code Generation:Use Stack Variables | Read/Write | Yes | |
| 290 | Item ID | Read/Write | Yes | |
| 291 | Metrics:Front Panel Loaded | Specifies whether the front panel of the VI is in memory. The front panel can be in memory even if the window is not open. | Read Only | Yes |
| 292 | Metrics:Block Diagram Loaded | Specifies whether the block diagram of the VI is in memory. The block diagram can be in memory even if the window is not open. | Read Only | Yes |
| 293 | Library:Version | Read Only | Yes | |
| 294 | C Code Generation:Expression Folding | Read/Write | Yes | |
| 295 | Library:Private | Read Only | No | |
| 296 | Is Skinned | Read/Write | Yes | |
| 297 | Block Diagram Window:State | Current state of the block diagram window. | Read Only | Yes |
| 298 | Modifications:VI Modifications Bitset | Indicates if changes were made to the VI since the VI was saved. If the value is zero, no changes were made. If the value is nonzero, changes were made. | Read Only | Yes (Read Only) |
| 299 | Ladder VI Needs Scripting | Read/Write | Yes | |
| 29B | C Code Generation:Inline SubVI | Read/Write | Yes | |
| 29C | Do Not Show Save Changes Dialog | Read/Write | No | |
| 29F | Front Panel Window:Native Window | Read Only | Yes | |
| 2A0 | Block Diagram Window:Native Window | Read Only | No | |
| 2A1 | Front Panel Window:Window Interface | Read Only | Yes | |
| 2A2 | Block Diagram Window:Window Interface | Read Only | No | |
| 2A3 | Is Generic | Read Only | Yes | |
| 2A4 | Is VI Paused? | Specifies whether the execution of the VI is paused. A TRUE value indicates that the VI is paused. A FALSE value indicates that the VI is not paused or that it is not running. | Read Only | No |
| 2A5 | Number of Non-Proxy Callers | Read Only | Yes | |
| 2A6 | Compiler:Generated Code Profiling Settings | Read/Write | No | |
| 2A7 | Compiler:Generated Code Profiling Result | Read Only | No | |
| 2A8 | Contains Compiled Code | Sets or returns whether the VI includes compiled code. | Read/Write | Yes (Read Only) |
| 2A9 | Is In Packed Library | Returns TRUE if a packed project library contains the VI. | Read Only | Yes |
| 2AA | Execution:Inline SubVI | Specifies whether to inline the subVI into its calling VIs. | Read/Write | No |
| 2AB | Execution:Inline Is Allowed | Returns TRUE if you can inline this subVI into its calling VIs. | Read Only | No |
| 2AC | Execution:SSE Runtime Optimization | Read/Write | No | |
| 2AD | Has MathScript Nodes | Read Only | No | |
| 2AE | Execution:Inline SubVI If Possible | Read/Write | No | |
| 2AF | Execution:Compiled With SSE | Read Only | Yes | |
| 2B0 | Terminal Bounds() | Returns an array of terminal bounds for the connector pane of the referenced VI. The bounds for each terminal are represented as a cluster of integers that indicate the position of each edge of the terminal rectangle. | Read Only | Yes |
| 2B1 | Tagged And Not Edited | Read/Write | No | |
| 2B2 | Connector Pane:Checksum Ignore Dynamic Dispatch v1 (Deprecated) | Read Only | Yes | |
| 2B3 | Compiled:Code Complexity | Returns the complexity of the referenced VI in relation to the Compiler optimizations slider on the Environment page of the Options dialog box. By comparing these two values, you can determine whether LabVIEW prioritizes editor responsiveness or execution speed when compiling this VI. | Read Only | Yes |
| 2B4 | Compiled:Last Compiled With | Returns the level of compiler optimizations that LabVIEW last used to compile this VI. The value corresponds to whether the complexity of the VI was greater or less than the threshold at which LabVIEW begins limiting compiler optimizations to prioritize editor responsiveness. | Read Only | Yes |
| 2B5 | Inline Callees | Read Only | Yes | |
| 2B6 | Library:Version | Returns the version of the library that contains the VI you specify. | Read Only | Yes |
| 2B7 | Metrics:Number of clones | Read Only | Yes | |
| 2B8 | Execution:Inline Enum | Read/Write | No | |
| 2B9 | Execution:Did Compiler Or User Approve Inlining | Read Only | No | |
| 2BA | Help:Document Web URL | URL for the web-based help topic to link to a VI from the Detailed help link in the Context Help window. | Read/Write | Yes |
| 2BB | Help:Use Web URL | Indicates whether to link to a web-based help file from the Detailed help link in the Context Help window for a VI. | Read/Write | Yes |
| 2BC | Execution:Shrink Large Buffers | Read/Write | Yes | |
| 2BD | Is Running Interactively | Read Only | Yes | |
| 2BE | Execution:Shrink Large Buffer Threshold | Read/Write | Yes | |
| 2BF | Execution highlighting? | Read/Write | No | |
| 2C1 | Did Recompile InThis Version | Read Only | Yes | |
| 2C2 | Saved Version | Read Only | Yes | |
| 2C3 | Front Panel Window:Alignment Grid Size | Read/Write | No | |
| 2C4 | Block Diagram Window:Alignment Grid Size | Read/Write | No | |
| 2C5 | Connector Pane:Checksum v3 | Read Only | Yes | |
| 2C6 | Connector Pane:Checksum Ignore Dynamic Dispatch v2 | Read Only | Yes |
Example: Properties Exist - Generic Class
{{VIServerPropsTable|3}}
Show/Hide Generic Properties Table
| Legend | |
|---|---|
| R/W | Readable/Writable Permissions |
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Property ID | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6327800 | Class ID | Class identifier of the object. | Read Only | Yes (Read Only) |
| 6327801 | Owner (Deprecated) | Read Only | Yes | |
| 6327802 | Owning VI | Returns a reference to the VI that owns this object. Close this reference when you are finished using it. The reference this property returns does not keep the VI in memory. If the owning VI is removed from memory, this reference becomes invalid. Use the Open VI Reference function to obtain a reference to a VI that stays in memory until you explicitly close the reference. | Read Only | Yes (Read Only) |
| 6327803 | Class Name | Name of the VI Server class that contains the object. | Read Only | Yes (Read Only) |
| 6327804 | Modified | Read Only | Yes | |
| 6327805 | Is On Block Diagram? | Returns TRUE when the object is located on the block diagram. | Read Only | Yes |
| 6327806 | Owner | Reference to the owning object. The type of the reference is Generic. An object of class Panel does not have an owner (it is the top-level object) and always returns Not A Refnum. | Read Only | Yes (Read Only) |
