Jump to content

VIRefNum class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=VIRefNum|id=58|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=RefNum|class_4=LVObjectRefNum|class_5=VIRefNum}}
{{VIServerClass|58}}


{{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 VIRefNum Properties Table</span>
{{VIServerClassTables|58}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ VIRefNum Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|699BE400
| [[VIRefNum class/Is Strict? property|Is Strict?]]
|Returns TRUE if the VI reference is a strict type. FALSE otherwise.
|R
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide VIRefNum Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ VIRefNum Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|699BE001
| [[VIRefNum class/Make Non-Strict Reference method|Make Non-Strict Reference]]
|Converts the VI reference into a non-strict VI reference.
|X
|- style="background-color:#CCFFFF;"
|699BE000
| [[VIRefNum class/Make Strict Reference method|Make Strict Reference]]
|Uses the connector pane pattern of the specified VI to convert the VI reference into a strict VI reference.
|X
|- style="background-color:#CCFFFF;"
|699BE003
| [[VIRefNum class/Set Conpane method|Set Conpane]]
|Sets the connector pane of a VI.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 73: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


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

Latest revision as of 02:02, 8 May 2020

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

This class has no children.


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

Properties

Show/Hide VIRefNum Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
VIRefNum Properties Table
Property ID Long Name (English) Description R/W RTE
699BE400Is Strict?Returns TRUE if the VI reference is a strict type. FALSE otherwise.Read OnlyYes

Methods

Show/Hide VIRefNum Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
VIRefNum Methods Table
Method ID Long Name (English) Description RTE
699BE000Make Strict ReferenceUses the connector pane pattern of the specified VI to convert the VI reference into a strict VI reference.Yes (Read/Write)
699BE001Make Non-Strict ReferenceConverts the VI reference into a non-strict VI reference.Yes (Read/Write)
699BE002Set Conpane (Old Type Desc)Yes
699BE003Set ConpaneSets the connector pane of a VI.No

Events

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


History

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

See Also