Jump to content

PropertyFolder class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
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-->
''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 ==

Revision as of 01:22, 9 September 2019

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