Jump to content

MapConstant class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
m Removed VI Server Category from page
 
(3 intermediate revisions 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 MapConstant Properties Table</span>
{{VIServerClassTables|16553}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ MapConstant Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|12558804
| [[MapConstant class/HorizScroll property|HorizScroll]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|12558800
| [[MapConstant class/MapKey property|MapKey]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|12558801
| [[MapConstant class/MapValue property|MapValue]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|12558802
| [[MapConstant class/NumKeyValuePair property|NumKeyValuePair]]
|
|R/W
|X
|- style="background-color:#CCFFFF;"
|12558805
| [[MapConstant class/TopVisKeyValuePair property|TopVisKeyValuePair]]
|
|R
|X
|- style="background-color:#CCFFFF;"
|12558803
| [[MapConstant class/VertScroll property|VertScroll]]
|
|R/W
|X
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide MapConstant Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ MapConstant Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|12558400
| [[MapConstant class/ScrollToKey method|ScrollToKey]]
|
|X
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==
Line 92: Line 24:
*[[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 02:12, 8 May 2020

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name MapConstant class
Class ID 16553
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide MapConstant Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MapConstant Properties Table
Property ID Long Name (English) Description R/W RTE
12558800Map KeyRead OnlyYes
12558801Map ValueRead OnlyYes
12558802Number of Visible Key Value PairsRead/WriteYes
12558803Vertical Scrollbar VisibleRead/WriteYes
12558804Horizontal Scrollbar VisibleRead/WriteYes
12558805Top Visible KeyValue PairRead OnlyYes

Methods

Show/Hide MapConstant Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
MapConstant Methods Table
Method ID Long Name (English) Description RTE
12558400Scroll To KeyYes

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