IOName class: Difference between revisions
Started page |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{VIServerClass| | {{VIServerClass|28}} | ||
{{stub}} | {{stub}} | ||
Line 211: | Line 211: | ||
== History == | == History == | ||
{{ambox|text=History information is needed. What changes have | {{ambox|text=History information is needed. What changes have occurred over previous versions?}} | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version |
Revision as of 22:10, 1 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 |
![]() |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The IOName class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide IOName Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Short Name (English) | Description | R/W | RTE |
---|---|---|---|---|
6346417 | AllowNew | R/W | X | |
634640C | AllowMultiple | R/W | X | |
634640B | AllowUndefined | R/W | X | |
6346410 | DefVal | Gets or sets the default value of the I/O name control. | R/W | X |
6346406 | Device String | R/W | X | |
634640A | DisplayFilter | R/W | X | |
634640D | DropDownList() | R | X | |
6346419 | FilterCriteria | R/W | X | |
6346409 | FilterOnDevice | R/W | X | |
6346408 | FilterOnSubTypeClass | R/W | X | |
6346407 | FilterOnTypeClass | R/W | X | |
634641D | GrayedWhenVIReserved | R/W | X | |
634641E | IgnoreSeparators | R/W | X | |
6346416 | InclInvalid | R/W | X | |
634641B | MenuButtonVisible | If True, displays the pull-down menu button. | R/W | X |
6346412 | Size | Size of the I/O name control in terms of width and height in pixels.
This property is similar to the Size Height and Size Width options on the Appearance page of the Properties dialog box. |
R/W | X |
6346414 | 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 Size Height option on the Appearance page of the Properties dialog box. |
R/W | X |
6346413 | 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 Size Width option on the Appearance page of the Properties dialog box. |
R/W | X |
6346405 | Sub | R/W | X | |
634641C | SynchCurDfltVals | R/W | X | |
634640F | TagType | R | X | |
6346403 | Text | Reference to the I/O name text.
You can use this reference with the Text properties. |
R | X |
6346404 | TypeClass | R/W | X | |
634641A | UserData | R/W | X | |
634640E | Value | Value of the I/O name control. | R/W | X |
6346411 | 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 |
Methods
No Methods for this class.
Events
Show/Hide IOName Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Type |
---|---|---|
1073741890 | Operate Menu Activation | Notify |
1073741891 | Operate Menu Dismissed | Notify |
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |