Jump to content

LVClassPropDefFolder class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=LVClassPropDefFolder|id=134|scope=basic|class_0=ProjectItem|class_1=LVClassPropDefFolder}}
{{VIServerClass|134}}


{{stub}}
{{stub}}
Line 70: Line 70:


== 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

Revision as of 23:16, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name LVClassPropDefFolder class
Class ID 134
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide LVClassPropDefFolder Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
LVClassPropDefFolder Properties Table
Property ID Short Name (English) Description R/W RTE
435C0003 Deprecated R/W X
435C0005 LongName Returns the long name of the property. The long name appears in a Property Node if you choose to display long names.

If the long name contains a colon, LabVIEW creates a submenu. The name to the left of the colon is the main menu item, and the name to the right of the colon is the submenu item. LabVIEW allows for multiple submenus.

R/W X
435C0002 RerunWithDefaultVal R/W X
435C0004 ShortName Returns the short name of the property. The short name is the name that appears in a Property Node by default. R/W X
435C0007 SortKey Gets or sets the sorting order of the LabVIEW class property definition folder. Properties are normally sorted by their long name, but this property can override that for LabVIEW class properties. All properties with sort keys greater than or equal to zero will be sorted according to their sort key in ascending order. Properties with the same sort key will then be sorted by long name. If the sort key is -1, the property will be placed at the end of the property list, sorted by long name. The default sort key is -1.

Setting the sort key to a non-negative number effectively moves that property to the top of the properties list and leaves the other properties unchanged. Setting the sort key to -1 effectively sorts the property normally among other properties that are sorted normally.

Properties are always sorted within their class.

R/W
435C0006 DataName Returns the unique data name of the property. You then can use this data name with the Set Property method. The data name is never localized, but the author of the class may change the name. R X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also