Jump to content

LV Object Constant: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
Line 1: Line 1:
{{stub}}
{{stub}}
{{TOCright}}
{{TOCright}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Cluster, Class, and Variant{{!}}Cluster, Class, and Variant palette|type=constant}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Cluster, Class, and Variant{{!}}Cluster, Class, and Variant palette|type=constant|icon=Cluster, Class, & Variant Palette - LV Object Constant.png}}


The LabVIEW Object is the common ancestor data type for all LabVIEW classes. You can use the '''LabVIEW Object Constant''' to create generic methods that can handle all LabVIEW class data types.
The LabVIEW Object is the common ancestor data type for all LabVIEW classes. You can use the '''LabVIEW Object Constant''' to create generic methods that can handle all LabVIEW class data types.

Latest revision as of 20:19, 29 June 2020

Object information
Owning palette(s) Cluster, Class, and Variant palette
Type Constant
Requires Basic Development Environment
Icon

The LabVIEW Object is the common ancestor data type for all LabVIEW classes. You can use the LabVIEW Object Constant to create generic methods that can handle all LabVIEW class data types.

Usage

Best practice

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links