Jump to content

ProjectFilesViewItem class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
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 ==
Line 88: Line 23:
*[[VI Server Class Hierarchy]]
*[[VI Server Class Hierarchy]]
*[[VI Server]]
*[[VI Server]]
[[Category:Private 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