PropertyItem class
Appearance
| 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. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The PropertyItem class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide PropertyItem 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 |
|---|---|---|---|---|
| 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 | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |