New and Changed Properties, Methods, and Events
- Updated2025-08-15
- 2 minute(s) read
LabVIEW 2020 includes the following new and changed properties, methods, and events.
New Properties, Methods, and Events
LabVIEW 2020 includes the following new properties, methods, and events:
- The LVClassLibrary class includes the following new properties and
methods:
- Parent Interfaces
- Parent Libraries
- Is Interface
- Write Parent Interfaces
- Write Parent Library Paths
- Add Parent Interface
- Remove Parent Interface
- The Application class includes the following new properties and
method:
- Palettes:Controls Names
- Palettes:Functions Names
- LabVIEW Class:Create Interface
- The VI class includes the following new property and method:
- Execution:Retain Wire Values
- Control VI Apply Changes
- The GObject class includes the following new properties:
- Grouped
- Group Member Refs[]
- Locked
- The Array class and Array Constant class include
the following new property:
- Index Rect
- The Path class includes the following new property:
- Browse Button Rect
- The Ring class includes the following new properties:
- Last Value Hidden
- Flavor
- The TreeControl class includes the following new property:
- Focus Item
- The MulticolumnListbox class includes the following new
properties:
- Selected Cell
- Bulk Cells:Font Colors
- Bulk Cells:Background Colors
- The Project class includes the following new method:
- Item From Item ID
- The Numeric class, NumericConstant class, and OverridableParameterTerminal class include the new properties for configuring fixed-point behavior for numeric controls and constants and fixed-point output configuration on math primitives.
- The Ring class, Enum class, and
ComboBox class include the following new events:
- Operate Menu Activation
- Operate Menu Dismissed
- The Control class includes the following new event:
- Shortcut Menu Dismissed
Changed Methods
LabVIEW 2020 includes the following changed methods:
- The Consider Parent Classes parameter of the LVClassLibrary:Has Implementation? method is renamed Consider Parents. This method returns an error if the class inherits multiple methods of the same name from parent interfaces and does not provide its own override.
- The Library:Source Scope:Set and Propagate method includes the new skip prompt? parameter. Use this parameter to specify whether to ask before applying the access scope setting to all override VIs when the item is a dynamic dispatch VI.