Jump to content

PropertyFolder class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Server Category from page
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=PropertyFolder|id=120|scope=basic|class_0=ProjectItem|class_1=PropertyFolder}}
{{VIServerClass|120}}


{{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-->
''No Properties for this class.''
{{VIServerClassTables|120}}
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide PropertyFolder Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ PropertyFolder Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|630D7C00
| [[PropertyFolder class/Add Prop VI method|Add Prop VI]]
|Creates a new read or write property VI if you do not wire <b>VI Path</b>. If you wire <b>VI Path</b>, LabVIEW uses an existing VI as a property VI.
 
<b>Note</b>  The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.
|
|}
</div>
 
==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 47: Line 24:
*[[VI Server]]
*[[VI Server]]


[[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 PropertyFolder class
Class ID 120
Scope Basic Development Environment
Class Inheritance
Class Children


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

Properties

This class has no properties or it inherits properties from its parent: ProjectItem Class.

Methods

Show/Hide PropertyFolder Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
PropertyFolder Methods Table
Method ID Long Name (English) Description RTE
630D7C00Add Property VICreates a new read or write property VI if you do not wire VI Path. If you wire VI Path, LabVIEW uses an existing VI as a property VI.No

Events

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


History

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

See Also