Jump to content

ClusterConstant class: Difference between revisions

From LabVIEW Wiki
Started page
 
m Removed VI Sever Category from page
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VIServerClass|name=ClusterConstant|id=16393|scope=script|class_0=Generic|class_1=GObject|class_2=Constant|class_3=ClusterConstant}}
{{VIServerClass|16393}}


{{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-->
<span class="mw-customtoggle-propertiestable">Show/Hide ClusterConstant Properties Table</span>
{{VIServerClassTables|16393}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ ClusterConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|6350C02
| [[ClusterConstant class/AutoSizeStyle property|AutoSizeStyle]]
|Gets or sets the resizing style of the cluster constant.
|R/W
|X
|- style="background-color:#CCFFFF;"
|6350C01
| [[ClusterConstant class/Elements() property|Elements()]]
|Returns an array of references to the elements of the cluster constant.
|R
|
|- style="background-color:#CCFFFF;"
|6350C04
| [[ClusterConstant class/HorizScroll property|HorizScroll]]
|If TRUE, displays the horizontal scroll bar.
|R/W
|X
|- style="background-color:#CCFFFF;"
|6350C03
| [[ClusterConstant class/VertScroll property|VertScroll]]
|Gets or sets whether LabVIEW shows the vertical scroll bar.
|R/W
|X
|- style="background-color:#CCFFFF;"
|6350C05
| [[ClusterConstant class/ViewAsIcon property|ViewAsIcon]]
|Gets or sets whether LabVIEW displays the cluster constant as an icon.
|R/W
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide ClusterConstant Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ ClusterConstant Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|6350800
| [[ClusterConstant class/Auto Size method|Auto Size]]
|Automatically resizes the cluster to fit its contents.
|
|- style="background-color:#CCFFFF;"
|6350801
| [[ClusterConstant class/ReorderElements method|ReorderElements]]
|Reorders the elements of the cluster.
|X
|}
</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 92: Line 25:
*[[VI Scripting]]
*[[VI Scripting]]


[[Category:VI Server]]
[[Category:VI Scripting Class]]
[[Category:VI Server Class]]
[[Category:VI Server Class]]
[[Category:VI Scripting]]

Latest revision as of 01:44, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name ClusterConstant class
Class ID 16393
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide ClusterConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ClusterConstant Properties Table
Property ID Long Name (English) Description R/W RTE
6350C00Auto Sizing?Read/WriteNo
6350C01Elements[]Returns an array of references to the elements of the cluster constant.Read OnlyNo
6350C02Auto Sizing StyleGets or sets the resizing style of the cluster constant.Read/WriteYes
6350C03Vertical Scrollbar VisibleGets or sets whether LabVIEW shows the vertical scroll bar.Read/WriteYes
6350C04Horizontal Scrollbar VisibleIf TRUE, displays the horizontal scroll bar.Read/WriteYes
6350C05View As IconGets or sets whether LabVIEW displays the cluster constant as an icon.Read/WriteNo

Methods

Show/Hide ClusterConstant Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ClusterConstant Methods Table
Method ID Long Name (English) Description RTE
6350800Auto SizeAutomatically resizes the cluster to fit its contents.No
6350801ReorderElementsReorders the elements of the cluster.Yes (Read/Write)

Events

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


History

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

See Also