Jump to content

PropertyItem class: Difference between revisions

From LabVIEW Wiki
Started page
 
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide PropertyItem Properties Table</span>
{{VIServerClassTables|16444}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ PropertyItem Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|6DE8DC07
| [[PropertyItem class/Flags.IsDeprecated property|Flags.IsDeprecated]]
|
|R
|
|- style="background-color:#D1BB80;"
|6DE8DC05
| [[PropertyItem class/Flags.IsPrivate property|Flags.IsPrivate]]
|
|R
|
|- style="background-color:#D1BB80;"
|6DE8DC06
| [[PropertyItem class/Flags.IsScripting property|Flags.IsScripting]]
|
|R
|
|- style="background-color:#D1BB80;"
|6DE8DC08
| [[PropertyItem class/Flags.MustRunAtRootLoop property|Flags.MustRunAtRootLoop]]
|
|R
|
|- style="background-color:#D1BB80;"
|6DE8DC04
| [[PropertyItem class/Flags.NotAvailableInAppLibs property|Flags.NotAvailableInAppLibs]]
|
|R
|
|- style="background-color:#D1BB80;"
|6DE8DC03
| [[PropertyItem class/IsDefaultValue property|IsDefaultValue]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|6DE8DC00
| [[PropertyItem class/IsWrite property|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
|- style="background-color:#CCFFFF;"
|6DE8DC0B
| [[PropertyItem class/Property property|Property]]
|Gets information about the property selected on this PropertyItem.
 
Some properties have a <b>Unique ID string</b>. The <b>Unique ID string</b> is consistent across all versions and locales of LabVIEW. Properties without a <b>Unique ID string</b> return an empty string. If this property item has an invalid property selected, this property returns empty strings for <b>Unique ID string</b>, <b>Data name</b>, <b>Short name</b>, and <b>Long name</b>. This property is read only. Use the Set Property method to change the currently selected property.
|R
|
|- style="background-color:#D1BB80;"
|6DE8DC09
| [[PropertyItem class/PropID property|PropID]]
|
|W
|X
|- style="background-color:#CCFFFF;"
|6DE8DC02
| [[PropertyItem class/Terminal property|Terminal]]
|Sets or returns a reference to the terminal.
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide PropertyItem Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ PropertyItem Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6DE8D801
| [[PropertyItem class/SetProperty method|SetProperty]]
|Sets the selected property of the PropertyItem.
|X
|- style="background-color:#D1BB80;"
|6DE8D802
| [[PropertyItem class/SetProperty_AllowPrivate method|SetProperty_AllowPrivate]]
|
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:51, 9 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 Long Name (English) Description R/W RTE
    6DE8DC00Is WriteSets or returns whether a property is a write or read property item.Read/WriteYes
    6DE8DC01Property (Deprecated)Read/WriteYes
    6DE8DC02TerminalSets or returns a reference to the terminal.Read/WriteYes
    6DE8DC03Is Default ValueRead/WriteYes
    6DE8DC04Flags:Not Available In AppLibsRead OnlyNo
    6DE8DC05Flags:Is PrivateRead OnlyNo
    6DE8DC06Flags:Is ScriptingRead OnlyNo
    6DE8DC07Flags:Is DeprecatedRead OnlyNo
    6DE8DC08Flags:Must Run At Root LoopRead OnlyNo
    6DE8DC09Property IDWrite OnlyYes
    6DE8DC0BPropertyGets information about the property selected on this PropertyItem.Read OnlyNo

    Methods

    Show/Hide PropertyItem Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    PropertyItem Methods Table
    Method ID Long Name (English) Description RTE
    6DE8D800Get FlagsNo
    6DE8D801Set PropertySets the selected property of the PropertyItem.Yes (Read/Write)
    6DE8D802Set Property (Allow Private)No

    Events

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


    History

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

    See Also