Jump to content

DataValRefNum class: Difference between revisions

From LabVIEW Wiki
Started page
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=DataValRefNum|id=135|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=RefNum|class_4=TypedRefNum|class_5=DataValRefNum}}
{{VIServerClass|135}}


{{stub}}
{{stub}}
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide DataValRefNum Properties Table</span>
{{VIServerClassTables|135}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ DataValRefNum Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|2CDBD000
| [[DataValRefNum class/Is External property|Is External]]
|Gets or sets whether the data value reference is an external  data value reference. You also can change a data value reference to an external data value reference by right-clicking the data value reference and selecting <b>External</b> from the shortcut menu.
|R/W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2011|link=LabVIEW 2011]]
|More info to come.
| This class was added in [[LabVIEW 2011]].
|}
|}


Line 48: Line 24:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 19:31, 10 June 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name DataValRefNum class
Class ID 135
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


The DataValRefNum class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide DataValRefNum Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
DataValRefNum Properties Table
Property ID Long Name (English) Description R/W RTE
2CDBD000Is ExternalGets or sets whether the data value reference is an external data value reference. You also can change a data value reference to an external data value reference by right-clicking the data value reference and selecting External from the shortcut menu.Read/WriteYes (Read Only)

Methods

This class has no methods or it inherits methods from its parent: TypedRefNum Class.

Events

This class has no events or it inherits events from its parent: TypedRefNum Class.


History

Version Change(s)
LabVIEW 2011 This class was added in LabVIEW 2011.

See Also