Jump to content

PropertyItem class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 00:23, 2 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name PropertyItem class
Class ID 16444
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide PropertyItem Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PropertyItem Properties Table
Property ID Short Name (English) Description R/W RTE
6DE8DC07 Flags.IsDeprecated R
6DE8DC05 Flags.IsPrivate R
6DE8DC06 Flags.IsScripting R
6DE8DC08 Flags.MustRunAtRootLoop R
6DE8DC04 Flags.NotAvailableInAppLibs R
6DE8DC03 IsDefaultValue R/W X
6DE8DC00 IsWrite Sets or returns whether a property is a write or read property item.

If TRUE, the property is a write item. If FALSE, the property is a read item.

R/W X
6DE8DC0B Property Gets information about the property selected on this PropertyItem.

Some properties have a Unique ID string. The Unique ID string is consistent across all versions and locales of LabVIEW. Properties without a Unique ID string return an empty string. If this property item has an invalid property selected, this property returns empty strings for Unique ID string, Data name, Short name, and Long name. This property is read only. Use the Set Property method to change the currently selected property.

R
6DE8DC09 PropID W X
6DE8DC02 Terminal Sets or returns a reference to the terminal. R/W X

Methods

Show/Hide PropertyItem Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PropertyItem Methods Table
Method ID Short Name (English) Description RTE
6DE8D801 SetProperty Sets the selected property of the PropertyItem. X
6DE8D802 SetProperty_AllowPrivate

Events

No Events for this class.

History

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

See Also