Jump to content

ProjectFilesViewItem class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=ProjectFilesViewItem|id=133|scope=private|class_0=ProjectFilesViewItem}}
{{VIServerClass|133}}


{{stub}}
{{stub}}
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 ProjectFilesViewItem Properties Table</span>
{{VIServerClassTables|133}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ProjectFilesViewItem Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|3F471003
| [[ProjectFilesViewItem class/All Project Items property|All Project Items]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471004
| [[ProjectFilesViewItem class/Children property|Children]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471005
| [[ProjectFilesViewItem class/Icon property|Icon]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471002
| [[ProjectFilesViewItem class/Is Folder? property|Is Folder?]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471006
| [[ProjectFilesViewItem class/Name property|Name]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471000
| [[ProjectFilesViewItem class/Parent property|Parent]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471007
| [[ProjectFilesViewItem class/Path property|Path]]
|
|R
|X
|- style="background-color:#D1BB80;"
|3F471001
| [[ProjectFilesViewItem class/Project Item property|Project Item]]
|
|R
|X
|}
</div>
 
==Methods==
''No Methods for this class.''
 
==Events==
''No Events for this class.''


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
Line 88: Line 23:
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
*[[VI Scripting]]
[[Category:Private Class]]


[[Category:VI Server; VI Server Class]]


[[Category:VI Server]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]

Latest revision as of 01:59, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ProjectFilesViewItem class
Class ID 133
Scope Private
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


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

    Properties

    Show/Hide ProjectFilesViewItem Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    ProjectFilesViewItem Properties Table
    Property ID Long Name (English) Description R/W RTE
    3F471000ParentRead OnlyYes
    3F471001Project ItemRead OnlyYes
    3F471002Is Folder?Read OnlyYes
    3F471003All Project ItemsRead OnlyYes
    3F471004ChildrenRead OnlyYes
    3F471005IconRead OnlyYes
    3F471006NameRead OnlyYes
    3F471007PathRead OnlyYes

    Methods

    This class has no methods.

    Events

    This class has no events.


    History

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

    See Also