Property class

From LabVIEW Wiki
Jump to: navigation, search
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.


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

Properties

Show/Hide Property Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Property Properties Table
Property ID Long Name (English) Description R/W RTE
636F800Properties[] (Deprecated)Read/WriteNo
636F801All Supported Properties (Deprecated)Read OnlyNo
636F802Property Items[]Returns references to individual items of the property node.Read OnlyNo
636F803Property CountSets or gets the number of properties in the property node.Read/WriteNo
636F804Property Node Class NameSets or gets the class name for the property node.Read/WriteNo
636F805Ignore Errors Inside Node?Sets or gets the option to ignore individual property errors.Read/WriteNo
636F806Linked ControlReturns a reference to a front panel control if the property node links to the control.Read OnlyYes
636F807Deprecated_Flags[]Read OnlyYes
636F808Flags:Has Not Available In AppLibsRead OnlyNo
636F809Flags:Has PrivateRead OnlyNo
636F80AFlags:Has ScriptingRead OnlyNo
636F80BFlags:Has DeprecatedRead OnlyNo
636F80CFlags:Has Must Run At Root LoopRead OnlyNo
636F80EAll Supported PropertiesLists all properties supported for the current class.Read OnlyNo
636F80FProperties[]Gets information about the properties selected in this node.Read OnlyNo
636F810Flags:Has Ignore Errors Inside NodeReturns 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 OnlyNo

Methods

Show/Hide Property Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Property Methods Table
Method ID Long Name (English) Description RTE
636F400Get Property ItemReturns a reference to the property item you specify with index.No
636F401Add Property Item AfterAdds a new property item after the item you specify in Index and returns a reference to the new property item.Yes (Read/Write)
636F402Remove Property ItemRemoves the property item at the index you specify.Yes (Read/Write)
636F403Link To ControlLinks 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)
636F404Disconnect From ControlDisconnects the property node from a control.Yes (Read/Write)
636F405Set Properties[]Sets the properties for this Property Node.No
636F406Set Properties[] (Allow Private)No

Events

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


History

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

See Also