LVClassPropDefFolder class
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.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The LVClassPropDefFolder class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide LVClassPropDefFolder Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
435C0002 | RerunWithDefaultValue | Read/Write | Yes | |
435C0003 | Deprecated | Read/Write | Yes | |
435C0004 | ShortName | Returns the short name of the property. The short name is the name that appears in a Property Node by default. | Read/Write | Yes |
435C0005 | LongName | Returns the long name of the property. The long name appears in a Property Node if you choose to display long names. | Read/Write | Yes |
435C0006 | UniqueDataName | 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. | Read Only | Yes |
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. | Read/Write | No |
Methods
This class has no methods or it inherits methods from its parent: ProjectItem Class.
Events
This class has no events or it inherits events from its parent: ProjectItem Class.
History
Version | Change(s) |
---|---|
This class was added in LabVIEW 2010. |