Property class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Property class |
Class ID | 16419 |
Scope | VI Scripting |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Property class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Property 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 |
---|---|---|---|---|
636F800 | Properties[] (Deprecated) | Read/Write | No | |
636F801 | All Supported Properties (Deprecated) | Read Only | No | |
636F802 | Property Items[] | Returns references to individual items of the property node. | Read Only | No |
636F803 | Property Count | Sets or gets the number of properties in the property node. | Read/Write | No |
636F804 | Property Node Class Name | Sets or gets the class name for the property node. | Read/Write | No |
636F805 | Ignore Errors Inside Node? | Sets or gets the option to ignore individual property errors. | Read/Write | No |
636F806 | Linked Control | Returns a reference to a front panel control if the property node links to the control. | Read Only | Yes |
636F807 | Deprecated_Flags[] | Read Only | Yes | |
636F808 | Flags:Has Not Available In AppLibs | Read Only | No | |
636F809 | Flags:Has Private | Read Only | No | |
636F80A | Flags:Has Scripting | Read Only | No | |
636F80B | Flags:Has Deprecated | Read Only | No | |
636F80C | Flags:Has Must Run At Root Loop | Read Only | No | |
636F80E | All Supported Properties | Lists all properties supported for the current class. | Read Only | No |
636F80F | Properties[] | Gets information about the properties selected in this node. | Read Only | No |
636F810 | Flags:Has Ignore Errors Inside Node | Returns TRUE if Ignore Errors inside Node is set for the Property Node. You can set a Property Node to ignore errors by right-clicking the Property Node and selecting Ignore Errors inside Node from the shortcut menu or by setting the Ignore Error Inside Node property. | Read Only | No |
Methods
Show/Hide Property Properties Table
Legend | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Method ID | Long Name (English) | Description | RTE |
---|---|---|---|
636F400 | Get Property Item | Returns a reference to the property item you specify with index. | No |
636F401 | Add Property Item After | Adds a new property item after the item you specify in Index and returns a reference to the new property item. | Yes (Read/Write) |
636F402 | Remove Property Item | Removes the property item at the index you specify. | Yes (Read/Write) |
636F403 | Link To Control | Links the property node to the control you specify. The link to the control is available only when you do not wire data to the Reference input. If you wire data to the Reference input, LabVIEW returns an error. | Yes (Read/Write) |
636F404 | Disconnect From Control | Disconnects the property node from a control. | Yes (Read/Write) |
636F405 | Set Properties[] | Sets the properties for this Property Node. | No |
636F406 | Set Properties[] (Allow Private) | No |
Events
This class has no events or it inherits events from its parent: ObjectFunction Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |