NamedNumeric class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | NamedNumeric class |
Class ID | 19 |
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 NamedNumeric class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide NamedNumeric Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
633C800 | Named Numeric Size | Size of the named numeric in terms of width and height in pixels. | Read/Write | Yes |
633C801 | Named Numeric Size:Width | Width of the named numeric in pixels. | Read/Write | Yes |
633C802 | Named Numeric Size:Height | Height of the named numeric in pixels. | Read/Write | Yes |
633C803 | Named Numeric Colors | Read/Write | Yes | |
633C804 | Named Numeric Colors:Text Color | Read/Write | Yes | |
633C805 | Named Numeric Colors:BG Color | Read/Write | Yes | |
633C806 | Digital Display | Reference to a numeric text digital display. | Read Only | Yes |
633C807 | Strings [] | Array of the items from which you can select in the named numeric control. For enumerated type controls, the index of each item in the array is the same as the value in the enumerated type control. For ring controls, the order of the items in the array is the same as the order in which they are displayed in the ring control. | Read/Write | Yes |
633C808 | Disabled Items [] | Accepts an array of indexes on a ring object to disable. Indexes are 0 based. Disabled Items () enables every item in the ring upon execution. The property then disables items that correspond to indexes that appear in the array. If the array is empty or some values are out of range, LabVIEW ignores those items and does not return an error. All other items in the ring object are enabled. | Read/Write | Yes |
633C809 | Number of Items | Number of items in the ring or enumerated type object. This property is useful for animation. | Read Only | Yes (Read Only) |
633C80A | Named Numeric Font | Read/Write | Yes | |
633C80B | Named Numeric Font:Name | Read/Write | Yes | |
633C80C | Named Numeric Font:Size | Read/Write | Yes | |
633C80D | Named Numeric Font:Bold | Read/Write | Yes | |
633C80E | Named Numeric Font:Italic | Read/Write | Yes | |
633C80F | Named Numeric Font:Underline | Read/Write | Yes | |
633C810 | Named Numeric Font:Strikeout | Read/Write | Yes | |
633C811 | Named Numeric Font:Color | Read/Write | Yes | |
633C812 | Ring Text | Returns a reference to the text of the currently selected item in the ring or enumerated type object. | Read Only | Yes |
633C813 | Increment/Decrement Visible? | Shows or hides the increment and decrement buttons on a numeric control. | Read/Write | Yes |
633C814 | Hide Last Value | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: Numeric Class.
Events
Show/Hide NamedNumeric Events Table
Legend | |
---|---|
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Code | Name | Description | Type |
---|---|---|---|
1073741890 | Operate Menu Activation | ||
1073741891 | Operate Menu Dismissed |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |