Jump to content

IOName class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
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 IOName Properties Table</span>
{{VIServerClassTables|28}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ IOName Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|6346417
| [[IOName class/AllowNew property|AllowNew]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634640C
| [[IOName class/AllowMultiple property|AllowMultiple]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634640B
| [[IOName class/AllowUndefined property|AllowUndefined]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|6346410
| [[IOName class/DefVal property|DefVal]]
|Gets or sets the default value of the I/O name control.
|R/W
|X
|- style="background-color:#D1BB80;"
|6346406
| [[IOName class/Device String property|Device String]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634640A
| [[IOName class/DisplayFilter property|DisplayFilter]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634640D
| [[IOName class/DropDownList() property|DropDownList()]]
|
|R
|X
|- style="background-color:#D1BB80;"
|6346419
| [[IOName class/FilterCriteria property|FilterCriteria]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|6346409
| [[IOName class/FilterOnDevice property|FilterOnDevice]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|6346408
| [[IOName class/FilterOnSubTypeClass property|FilterOnSubTypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|6346407
| [[IOName class/FilterOnTypeClass property|FilterOnTypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634641D
| [[IOName class/GrayedWhenVIReserved property|GrayedWhenVIReserved]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634641E
| [[IOName class/IgnoreSeparators property|IgnoreSeparators]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|6346416
| [[IOName class/InclInvalid property|InclInvalid]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|634641B
| [[IOName class/MenuButtonVisible property|MenuButtonVisible]]
|If True, displays the pull-down menu button.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6346412
| [[IOName class/Size property|Size]]
|Size of the I/O name control in terms of width and height in pixels.
 
This property is similar to the <b>Size Height</b> and <b>Size Width</b> options on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6346414
| [[IOName class/Height property|Height]]
|Height of the I/O name control in pixels.
 
This property is an element of the Size property. This property is similar to the <b>Size Height</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6346413
| [[IOName class/Width property|Width]]
|Width of the I/O name control in pixels.
 
This property is an element of the Size property. This property is similar to the <b>Size Width</b> option on the Appearance page of the <b>Properties</b> dialog box.
|R/W
|X
|- style="background-color:#D1BB80;"
|6346405
| [[IOName class/Sub property|Sub]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634641C
| [[IOName class/SynchCurDfltVals property|SynchCurDfltVals]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634640F
| [[IOName class/TagType property|TagType]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|6346403
| [[IOName class/Text property|Text]]
|Reference to the I/O name text.
 
You can use this reference with the Text properties.
|R
|X
|- style="background-color:#D1BB80;"
|6346404
| [[IOName class/TypeClass property|TypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|634641A
| [[IOName class/UserData property|UserData]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|634640E
| [[IOName class/Value property|Value]]
|Value of the I/O name control.
|R/W
|X
|- style="background-color:#FFFFCC;"
|6346411
| [[IOName class/Val(Sgnl) property|Val(Sgnl)]]
|Sets the value of the control and generates a Value Change event.
 
This property updates the value of an object similar to the Value property. However, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object. National Instruments recommends you use this property only when you rely on LabVIEW generating an event in response to the programmatic value change.
|W
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
<span class="mw-customtoggle-eventstable">Show/Hide IOName Events Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-eventstable">
{{VIServerLegend}}
{| class="wikitable sortable"
|+ IOName Events Table
! Code
! Name
! Type
|- style="background-color:#D1BB80;"
|1073741890
|[[IOName class/Operate Menu Activation event|Operate Menu Activation]]
|Notify
|- style="background-color:#D1BB80;"
|1073741891
|[[IOName class/Operate Menu Dismissed event|Operate Menu Dismissed]]
|Notify
|}
</div>


== History ==
== History ==

Revision as of 22:08, 8 September 2019

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


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

Properties

Show/Hide IOName Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
IOName Properties Table
Property ID Long Name (English) Description R/W RTE
6346400Text SizeRead/WriteYes
6346401Text Size:WidthWidth of the I/O name control in pixels.Read/WriteYes
6346402Text Size:HeightHeight of the I/O name control in pixels.Read/WriteYes
6346403TextReference to the I/O name text.Read OnlyYes
6346404TypeClassRead/WriteYes
6346405SubTypeClassRead/WriteYes
6346406Device StringRead/WriteYes
6346407FilterOnTypeClassRead/WriteYes
6346408FilterOnSubTypeClassRead/WriteYes
6346409FilterOnDeviceRead/WriteYes
634640ADisplayFilterRead/WriteYes
634640BAllowUndefinedRead/WriteYes
634640CAllowMultipleRead/WriteYes
634640DDropDownList[]Read OnlyYes
634640EValueValue of the I/O name control.Read/WriteYes
634640FTagTypeRead OnlyYes
6346410Default ValueGets or sets the default value of the I/O name control.Read/WriteYes (Read Only)
6346411Value (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes
6346412SizeSize of the I/O name control in terms of width and height in pixels.Read/WriteYes
6346413Size:WidthWidth of the I/O name control in pixels.Read/WriteYes
6346414Size:HeightHeight of the I/O name control in pixels.Read/WriteYes
6346415TagList[]Read OnlyYes
6346416IncludeInvalidRead/WriteYes
6346417AllowCreateNewRead/WriteYes
6346418UpdatedTagList[]Read OnlyYes
6346419FilterCriteriaRead/WriteYes
634641AUser DataRead/WriteYes
634641BMenu Button VisibleIf True, displays the pull-down menu button.Read/WriteYes
634641CSynch Current And Default ValuesRead/WriteYes
634641DGrayed When VI ReservedRead/WriteYes
634641EIgnore SeparatorsRead/WriteYes

Methods

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

Events

Show/Hide IOName Events Table

Legend
Basic Development Environment
VI Scripting
Private
Deprecated
IOName Events Table
Code Name Description Type
1073741890Operate Menu Activation
1073741891Operate Menu Dismissed


History

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

See Also