Jump to content

IONameConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(3 intermediate revisions by the same user not shown)
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 IONameConstant Properties Table</span>
{{VIServerClassTables|16445}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ IONameConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|7C86E80D
| [[IONameConstant class/AllowNew property|AllowNew]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E808
| [[IONameConstant class/AllowMultiple property|AllowMultiple]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E807
| [[IONameConstant class/AllowUndefined property|AllowUndefined]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E802
| [[IONameConstant class/DeviceString property|DeviceString]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E806
| [[IONameConstant class/DisplayFilter property|DisplayFilter]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E809
| [[IONameConstant class/DropDownList() property|DropDownList()]]
|
|R
|X
|- style="background-color:#D1BB80;"
|7C86E810
| [[IONameConstant class/FilterCriteria property|FilterCriteria]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E805
| [[IONameConstant class/FilterOnDevice property|FilterOnDevice]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E804
| [[IONameConstant class/FilterOnSubTypeClass property|FilterOnSubTypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E803
| [[IONameConstant class/FilterOnTypeClass property|FilterOnTypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E813
| [[IONameConstant class/IgnoreSeparators property|IgnoreSeparators]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E80C
| [[IONameConstant class/InclInv property|InclInv]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|7C86E812
| [[IONameConstant class/MenuButtonVisible property|MenuButtonVisible]]
|Sets or returns a visible pull-down menu button.
 
If TRUE, LabVIEW displays the pull-down menu button.
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E801
| [[IONameConstant class/SubTypeClass property|SubTypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E80E
| [[IONameConstant class/TagType property|TagType]]
|
|R
|X
|- style="background-color:#D1BB80;"
|7C86E800
| [[IONameConstant class/TypeClass property|TypeClass]]
|
|R/W
|X
|- style="background-color:#D1BB80;"
|7C86E811
| [[IONameConstant class/UserData property|UserData]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|7C86E80A
| [[IONameConstant class/Value property|Value]]
|Sets or returns the value of the control.
|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?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 152: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


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

Latest revision as of 02:06, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name IONameConstant class
Class ID 16445
Scope VI Scripting
Class Inheritance
Class Children


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

Properties

Show/Hide IONameConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
IONameConstant Properties Table
Property ID Long Name (English) Description R/W RTE
7C86E800TypeClassRead/WriteYes
7C86E801SubTypeClassRead/WriteYes
7C86E802Device StringRead/WriteYes
7C86E803FilterOnTypeClassRead/WriteYes
7C86E804FilterOnSubTypeClassRead/WriteYes
7C86E805FilterOnDeviceRead/WriteYes
7C86E806DisplayFilterRead/WriteYes
7C86E807AllowUndefinedRead/WriteYes
7C86E808AllowMultipleRead/WriteYes
7C86E809DropDownList[]Read OnlyYes
7C86E80AValueSets or returns the value of the control.Read/WriteYes
7C86E80BTagList[]Read OnlyYes
7C86E80CIncludeInvalidRead/WriteYes
7C86E80DAllowCreateNewRead/WriteYes
7C86E80ETagTypeRead OnlyYes
7C86E80FUpdatedTagList[]Read OnlyYes
7C86E810FilterCriteriaRead/WriteYes
7C86E811User DataRead/WriteYes
7C86E812Menu Button VisibleSets or returns a visible pull-down menu button.Read/WriteYes
7C86E813Ignore SeparatorsRead/WriteYes

Methods

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

Events

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


History

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

See Also