Jump to content

Set class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(One intermediate revision by the same user not shown)
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 Set Properties Table</span>
{{VIServerClassTables|136}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ Set Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#FFFFCC;"
|4E879003
| [[Set class/HorizScroll property|HorizScroll]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|4E879001
| [[Set class/NumElems property|NumElems]]
|
|R/W
|X
|- style="background-color:#FFFFCC;"
|4E879000
| [[Set class/SetElem property|SetElem]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|4E879004
| [[Set class/TopVisElem property|TopVisElem]]
|
|R
|X
|- style="background-color:#FFFFCC;"
|4E879002
| [[Set class/VertScroll property|VertScroll]]
|
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide Set Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ Set Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#FFFFCC;"
|4E878C00
| [[Set class/ScrollToElement method|ScrollToElement]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 86: Line 24:
*[[VI Server]]
*[[VI Server]]


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

Latest revision as of 02:04, 8 May 2020

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

This class has no children.


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

Properties

Show/Hide Set Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Set Properties Table
Property ID Long Name (English) Description R/W RTE
4E879000Set ElementRead OnlyYes
4E879001Number of Visible ElementsRead/WriteYes
4E879002Vertical Scrollbar VisibleRead/WriteYes
4E879003Horizontal Scrollbar VisibleRead/WriteYes
4E879004Top Visible ElementRead OnlyYes

Methods

Show/Hide Set Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Set Methods Table
Method ID Long Name (English) Description RTE
4E878C00Scroll to ElementYes

Events

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


History

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

See Also