Jump to content

SetConstant 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-->
<span class="mw-customtoggle-propertiestable">Show/Hide SetConstant Properties Table</span>
{{VIServerClassTables|16552}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ SetConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|99FB800
| [[SetConstant class/Element property|Element]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|99FB803
| [[SetConstant class/HorizScroll property|HorizScroll]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|99FB801
| [[SetConstant class/NumElems property|NumElems]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|99FB804
| [[SetConstant class/TopVisElem property|TopVisElem]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|99FB802
| [[SetConstant class/VertScroll property|VertScroll]]
|
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide SetConstant Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ SetConstant Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|99FB400
| [[SetConstant class/ScrollToElement method|ScrollToElement]]
|
|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

Revision as of 20:17, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SetConstant class
Class ID 16552
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide SetConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SetConstant Properties Table
Property ID Long Name (English) Description R/W RTE
99FB800ElementRead OnlyYes
99FB801Number of Visible ElementsRead/WriteYes
99FB802Vertical Scrollbar VisibleRead/WriteYes
99FB803Horizontal Scrollbar VisibleRead/WriteYes
99FB804Top Visible ElementRead OnlyYes

Methods

Show/Hide SetConstant Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SetConstant Methods Table
Method ID Long Name (English) Description RTE
99FB400Scroll To ElementYes

Events

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


History

Version Change(s)
LabVIEW 2019 Added in LabVIEW 2019.

See Also